remove basic

This commit is contained in:
Peter Maquiran
2024-11-06 09:13:36 +01:00
parent ecb2f6c08e
commit 0889e82405
15 changed files with 138 additions and 113 deletions
-2
View File
@@ -7,7 +7,6 @@ export class UserForm {
export class LoginUserRespose {
BasicAuthKey: string;
UserId: number;
Authorization: string;
Email: string
@@ -29,7 +28,6 @@ export class calendarInterface {
}
export class UserSession {
BasicAuthKey: string;
UserId: number;
Authorization: string;
Email: string