fix login

This commit is contained in:
Peter Maquiran
2022-01-13 14:34:19 +01:00
parent 6d3b972e75
commit 9fb974c368
2 changed files with 29 additions and 27 deletions
+2 -1
View File
@@ -119,7 +119,8 @@ export class LoginPage implements OnInit {
this.changeProfileService.run()
await this.authService.loginChat(this.userattempt);
this.getToken();
this.router.navigate(['/pin']);
alert('redirect')
this.router.navigateByUrl('/ping', { replaceUrl: true });
}
}