This commit is contained in:
Peter Maquiran
2021-07-18 20:52:14 +01:00
parent 9e9f72da3e
commit f28e4a1d04
2 changed files with 14 additions and 3 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ export class AuthService {
response.BasicAuthKey = user.BasicAuthKey
this.ValidatedUser = response;
this.localstoreService.set('user',response)
this.localstoreService.set('user', response)
this.storageService.store(AuthConnstants.USER, response);