remove userId

This commit is contained in:
Peter Maquiran
2024-11-06 09:16:35 +01:00
parent 0889e82405
commit 33520fc758
4 changed files with 8 additions and 10 deletions
-2
View File
@@ -13,7 +13,6 @@ export class LoginUserRespose {
FullName: string
RoleDescription: string
RoleID: number
UserName: string
Profile: any;
UserPermissions: any;
}
@@ -34,7 +33,6 @@ export class UserSession {
FullName: string
RoleDescription: string
RoleID: number
UserName: string
Password: string
RochetChatUserId: string
Profile: 'PR' | 'MDGPR' | 'Consultant' | 'SGGPR' | 'Unknown' ;