This commit is contained in:
Peter Maquiran
2022-04-12 15:48:32 +01:00
parent 1967247fc4
commit 8970d4579d
9 changed files with 129 additions and 81 deletions
+3
View File
@@ -126,6 +126,9 @@ export class AuthService {
session.BasicAuthKey = user.BasicAuthKey
console.log(session)
SessionStore.reset(session)
this.ValidatedUser = SessionStore.user;
this.storageService.store(AuthConnstants.USER, response);