This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit 4eb64b48 authored by Michael Breu's avatar Michael Breu
Browse files

Navigation

parent 72c299f6
2 merge requests!132Bringing July Release to production,!128Fixing #315 and #319
...@@ -55,7 +55,7 @@ export class MainComponent implements OnInit { ...@@ -55,7 +55,7 @@ export class MainComponent implements OnInit {
this.authServerProvider.refreshToken(tokenCookie).subscribe( this.authServerProvider.refreshToken(tokenCookie).subscribe(
() => { () => {
this.accountService.identity(true).subscribe(); this.accountService.identity(true).subscribe();
this.router.navigate(['']); //this.router.navigate(['']);
}, },
() => { () => {
// this.alertErrorComponent.addErrorAlert('OAuth2 authentication failed', 'Authentication failed'); // this.alertErrorComponent.addErrorAlert('OAuth2 authentication failed', 'Authentication failed');
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment