mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
fix storage in chat
This commit is contained in:
@@ -54,7 +54,6 @@ export class ChatPage implements OnInit {
|
||||
this.authService.userData$.subscribe((res:any)=>{
|
||||
this.loggedUser=res;
|
||||
console.log(this.loggedUser);
|
||||
|
||||
});
|
||||
this.load();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user