This commit is contained in:
tiago.kayaya
2021-09-01 17:14:57 +01:00
parent c7f8d5a583
commit adecc6ebd0
5 changed files with 23 additions and 13 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ export class LoginPage implements OnInit {
if (attempt) {
await this.authService.loginChat(this.userattempt);
await this.getToken();
this.router.navigate(['/pin']);
}