mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
Fix
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user