mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 13:02:56 +00:00
improve chat
This commit is contained in:
@@ -136,6 +136,7 @@ export class LoginPage implements OnInit {
|
||||
await this.authService.loginToChatWs();
|
||||
this.ChatService.setheader()
|
||||
this.ChatService.refreshtoken();
|
||||
this.ChatSystemService.ReLoadChat();
|
||||
|
||||
}
|
||||
|
||||
@@ -164,7 +165,7 @@ export class LoginPage implements OnInit {
|
||||
await this.authService.loginToChatWs();
|
||||
this.ChatService.setheader();
|
||||
this.ChatService.refreshtoken();
|
||||
this.ChatSystemService.ReLoadChat();
|
||||
this.ChatSystemService.loadChat();
|
||||
}
|
||||
|
||||
this.getToken();
|
||||
|
||||
Reference in New Issue
Block a user