This commit is contained in:
Peter Maquiran
2022-05-12 16:54:11 +01:00
parent b8ccefc9e3
commit 53b107e83c
9 changed files with 191 additions and 135 deletions
+1 -1
View File
@@ -137,7 +137,7 @@ export class AuthService {
SessionStore.reset(session)
this.ValidatedUser = SessionStore.user;
console.log('!!!::!!===', this.ValidatedUser)
// console.log('!!!::!!===', this.ValidatedUser)
this.storageService.store(AuthConnstants.USER, response);
return true;