Skip to content

fix customHashFragment usage in tryLoginCodeFlow #742

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 21, 2020

Conversation

roblabat
Copy link
Contributor

In tryLoginCodeFlow options.customHashFragment can be passed to override window.location.search in case of a loginFlow running in popup. a querySource const is setup that is assing to that option if set and default to window.location.search but that const was not used to get parts (window.location.search was used instead). This request fix this behavior and correctly use the querySource const.

In tryLoginCodeFlow options.customHashFragment can be passed to override window.location.search in case of a loginFlow running in popup. a querySource const is setup that is assing to that option if set and default to window.location.search but that const was not used to get parts (window.location.search was used instead). This request fix this behavior and correctly use the querySource const.
@manfredsteyer manfredsteyer merged commit 7b7742f into manfredsteyer:master Mar 21, 2020
@xLeDocteurx
Copy link

Best pull request ever

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants