This commit is contained in:
tiago.kayaya
2021-01-15 16:33:35 +01:00
parent 8271c3ada1
commit fb1b148c33
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ export class LoginPage implements OnInit {
}
if (await this.authService.login(this.userattempt)){
this.loginRocketChat();
this.router.navigate(['/home/events']);this.presentAlert('1');
this.router.navigate(['/home/events']);
}
else
{