This commit is contained in:
Peter Maquiran
2021-07-18 20:52:01 +01:00
parent f5e65c1477
commit 9e9f72da3e
2 changed files with 12 additions and 9 deletions
+2 -2
View File
@@ -32,8 +32,8 @@ export class AuthService {
this.headers = new HttpHeaders();
if (localstoreService.get('user', null) != null) {
this.ValidatedUser = localstoreService.get('user',{});
if (this.localstoreService.get('user', null) != null) {
this.ValidatedUser = this.localstoreService.get('user',{});
}
if (localStorage.getItem("userChat") != null) {