Skip to content

Commit

Permalink
Merge pull request #163 from WrenSecurity/fix-authenticated-goto
Browse files Browse the repository at this point in the history
Fix authenticated goto parameter handling
  • Loading branch information
fyrbach authored Nov 15, 2023
2 parents bdedd62 + c7b69b5 commit 28988f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ define([
const promise = $.Deferred();
let context = "";

const goto = query.parseParameters(URIUtils.getCurrentFragmentQueryString()).goto;
const goto = query.parseParameters(URIUtils.getCurrentCompositeQueryString()).goto;

if (goto) {
AuthNService.validateGotoUrl(goto).then((data) => {
Expand Down

0 comments on commit 28988f1

Please sign in to comment.