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:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user