Refresh token done

This commit is contained in:
Eudes Inácio
2022-06-10 09:42:41 +01:00
parent 1bdf3daf12
commit 4275d71a43
16 changed files with 19 additions and 93 deletions
+3 -7
View File
@@ -133,7 +133,7 @@ export class ChatPage implements OnInit {
ngOnInit() {
/* let data = {
/* let data = {
status: "success",
data: {
userId: "CqYSKR5hrAumZihs7",
@@ -142,6 +142,8 @@ export class ChatPage implements OnInit {
}
SessionStore.user.ChatData = data
SessionStore.save() */
console.log(SessionStore.user.ChatData.data.authToken)
this.chatService.refreshtoken();
this.segment = "Contactos";
@@ -517,12 +519,6 @@ export class ChatPage implements OnInit {
//
}*/
},(error: HttpErrorResponse) => {
if(error.status === 401){
this.chatService.refreshtoken()
//this.getChatMembers();
}
});
}