This commit is contained in:
tiago.kayaya
2022-04-07 14:30:47 +01:00
parent fec4a97a0e
commit 2bd6134cb5
2 changed files with 20 additions and 9 deletions
-1
View File
@@ -113,7 +113,6 @@ export class LoginPage implements OnInit {
if(this.p.userPermission(this.permissionList.Chat.access)){
alert('RC IN')
await this.authService.loginChat();
await this.authService.loginToChatWs();
}