remove alert

This commit is contained in:
Peter Maquiran
2022-01-13 14:37:42 +01:00
parent 9fb974c368
commit 8349f0f390
-1
View File
@@ -119,7 +119,6 @@ export class LoginPage implements OnInit {
this.changeProfileService.run()
await this.authService.loginChat(this.userattempt);
this.getToken();
alert('redirect')
this.router.navigateByUrl('/ping', { replaceUrl: true });
}