mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 05:16:07 +00:00
remove refresh token
This commit is contained in:
@@ -41,7 +41,7 @@ export class ContactsPage implements OnInit {
|
||||
}
|
||||
|
||||
ngOnInit() {
|
||||
this.chatService.refreshtoken();
|
||||
// this.chatService.refreshtoken();
|
||||
this.loadUsers();
|
||||
|
||||
}
|
||||
@@ -65,7 +65,7 @@ export class ContactsPage implements OnInit {
|
||||
});
|
||||
this.showLoader = false;
|
||||
}, (error) =>{
|
||||
this.chatService.refreshtoken();
|
||||
// this.chatService.refreshtoken();
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user