mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 13:26:08 +00:00
remove userId
This commit is contained in:
@@ -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' ;
|
||||
|
||||
Reference in New Issue
Block a user