Merge branch 'feature/websocket' of https://bitbucket.org/equilibriumito/gabinete-digital into feature/websocket

This commit is contained in:
tiago.kayaya
2022-01-13 21:24:58 +01:00
3 changed files with 10 additions and 8 deletions
-1
View File
@@ -119,7 +119,6 @@ export class LoginPage implements OnInit {
this.changeProfileService.run()
await this.authService.loginChat(this.userattempt);
this.getToken();
alert('redirect')
this.router.navigateByUrl('/ping', { replaceUrl: true });
}