Is there a way to include query params when using ...
# support-questions-legacy
l
Is there a way to include query params when using
getRedirectionURL
in the frontend config? They seem to be missing from
context.redirectToPath
, and I don't see them anywhere else in
context
either. Should I just call
redirectToAuth({redirectBack: false})
after manually setting
&redirectToPath=
?