New Services, New Login, Better things

This commit is contained in:
Paulo Pinto
2020-08-21 16:18:37 +01:00
parent 86b3c8f039
commit ffadf6601c
15 changed files with 177 additions and 238 deletions
+4 -4
View File
@@ -1,6 +1,6 @@
export interface User {
username: string,
password: string,
domainName: string,
export class User {
username: string;
password: string;
domainName: string;
BasicAuthKey: string
}