mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
New Services, New Login, Better things
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
export interface User {
|
||||
username: string,
|
||||
password: string,
|
||||
domainName: string,
|
||||
export class User {
|
||||
username: string;
|
||||
password: string;
|
||||
domainName: string;
|
||||
BasicAuthKey: string
|
||||
}
|
||||
Reference in New Issue
Block a user