go to page pin

This commit is contained in:
Peter Maquiran
2022-01-14 08:57:11 +01:00
parent cdc46f43f0
commit 38cd405ead
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -119,7 +119,7 @@ export class LoginPage implements OnInit {
this.changeProfileService.run()
await this.authService.loginChat(this.userattempt);
this.getToken();
this.router.navigateByUrl('/ping', { replaceUrl: true });
this.router.navigateByUrl('/pin', { replaceUrl: true });
}
}