Skip to content

Commit

Permalink
feat: Remove redirectURI from navigation to session-service page
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan-niculescu-sch committed Feb 7, 2024
1 parent 8b513b0 commit e64ee64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/identity.js
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ export class Identity extends EventEmitter {
if(_checkRedirectionNeed(sessionData)){
await this.callbackBeforeRedirect();

this.window.location.href = this._sessionService.makeUrl(sessionData.redirectURL, {redirect_uri: this.window.location.origin});
this.window.location.href = this._sessionService.makeUrl(sessionData.redirectURL);

return;
}
Expand Down

0 comments on commit e64ee64

Please sign in to comment.