Skip to content

Commit bcfb603

Browse files
committed
fix: remove code information in url after login
1 parent c0be7b1 commit bcfb603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/shared/src/lib/services/auth/auth.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ export class AuthService {
155155
// Which triggers a new token fetch with an invalid(deprecated) code
156156
// can cause an issue with navigation
157157
// console.log(e);
158-
// this.router.navigateByUrl(this.origin);
158+
this.router.navigateByUrl(this.environment.authConfig.redirectUri);
159159
}
160160
localStorage.removeItem('redirectPath');
161161
});

0 commit comments

Comments
 (0)