We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0be7b1 commit bcfb603Copy full SHA for bcfb603
libs/shared/src/lib/services/auth/auth.service.ts
@@ -155,7 +155,7 @@ export class AuthService {
155
// Which triggers a new token fetch with an invalid(deprecated) code
156
// can cause an issue with navigation
157
// console.log(e);
158
- // this.router.navigateByUrl(this.origin);
+ this.router.navigateByUrl(this.environment.authConfig.redirectUri);
159
}
160
localStorage.removeItem('redirectPath');
161
});
0 commit comments