mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
Add profile to user interface
This commit is contained in:
@@ -7,9 +7,6 @@ export class UserForm {
|
||||
|
||||
|
||||
export class User {
|
||||
username: string;
|
||||
password: string;
|
||||
domainName: string;
|
||||
BasicAuthKey: string;
|
||||
UserId?: number;
|
||||
Authorization: string;
|
||||
@@ -28,4 +25,5 @@ export class User {
|
||||
Id: 1
|
||||
}[]
|
||||
UserName: string
|
||||
Profile: "PR" | "MDGPR"
|
||||
}
|
||||
Reference in New Issue
Block a user