fix box sixing

This commit is contained in:
Peter Maquiran
2023-05-18 17:40:52 +01:00
parent ef882e8ff1
commit a526b91532
36 changed files with 460 additions and 350 deletions
-2
View File
@@ -52,8 +52,6 @@ export class AuthService {
}
}
}
async login(user: UserForm, {saveSession = true}): Promise<LoginUserRespose> {