add inactivity page

This commit is contained in:
Peter Maquiran
2021-08-27 15:21:15 +01:00
50 changed files with 259 additions and 244 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ export class UserForm {
}
export class User {
export class LoginUserRespose {
BasicAuthKey: string;
UserId: number;
Authorization: string;