Merge branch 'feature/websocket' of https://bitbucket.org/equilibriumito/gabinete-digital into feature/websocket

This commit is contained in:
tiago.kayaya
2022-01-14 08:59:02 +01:00
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 });
}
}