On login method getToken added to else

This commit is contained in:
Eudes Inácio
2021-10-13 08:38:11 +01:00
parent 9ef5a63d40
commit e62be59e89
3 changed files with 5 additions and 2 deletions
+1
View File
@@ -108,6 +108,7 @@ export class LoginPage implements OnInit {
this.changeProfileService.run()
await this.authService.loginChat(this.userattempt);
this.getToken();
this.router.navigate(['/pin']);
}