Skip to content

Commit

Permalink
Fix authenticated goto parameter handling.
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelhoral committed Nov 14, 2023
1 parent bdedd62 commit c7b69b5
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 c7b69b5

Please sign in to comment.