remove refresh token

This commit is contained in:
Peter Maquiran
2022-10-11 13:56:56 +01:00
parent 972173413e
commit cc247134a3
17 changed files with 31 additions and 24 deletions
+1 -3
View File
@@ -135,8 +135,7 @@ export class LoginPage implements OnInit {
await this.authService.loginToChatWs();
this.ChatService.setheader()
this.ChatService.refreshtoken();
this.ChatSystemService.ReLoadChat();
this.ChatSystemService.loadChat();
}
@@ -164,7 +163,6 @@ export class LoginPage implements OnInit {
await this.authService.loginChat(attempt.ChatData.data);
await this.authService.loginToChatWs();
this.ChatService.setheader();
this.ChatService.refreshtoken();
this.ChatSystemService.loadChat();
}