Improve most searched words

This commit is contained in:
Peter Maquiran
2021-03-31 16:55:00 +01:00
parent 6c027b92e8
commit c9c4b11597
2 changed files with 8 additions and 6 deletions
+2 -1
View File
@@ -2,5 +2,6 @@ export class User {
username: string;
password: string;
domainName: string;
BasicAuthKey: string
BasicAuthKey: string;
UserId?: number;
}