This commit is contained in:
tiago.kayaya
2021-04-19 15:01:39 +01:00
parent 2c569fa72f
commit 0b7dab5e8f
+1 -1
View File
@@ -99,7 +99,7 @@ export class LoginPage implements OnInit {
}
if (await this.authService.login(this.userattempt)) {
this.loginRocketChat();
this.getToken();
//this.getToken();
this.router.navigate(['/home/events']);
}