mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
Merge branch 'feature/calendar' into developer
This commit is contained in:
@@ -2,5 +2,6 @@ export class User {
|
||||
username: string;
|
||||
password: string;
|
||||
domainName: string;
|
||||
BasicAuthKey: string
|
||||
BasicAuthKey: string;
|
||||
UserId?: number;
|
||||
}
|
||||
Reference in New Issue
Block a user