-
Notifications
You must be signed in to change notification settings - Fork 212
Fix potential race condition bug in pwless login #2758
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
Changes from 20 commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
ea3b3df
fix pwless login in checkout contact info
alexvuong dc12c4a
fix changelog
alexvuong fc5e79e
minor fix
alexvuong d48e1af
lint
alexvuong c1c3804
lint
alexvuong 0e89a9d
small fix
alexvuong 80b0bfd
clean up
alexvuong 86d6229
build translations
alexvuong eea3677
provide context
alexvuong 5d705a3
apply the same for use auth modal
alexvuong 6af0bca
fix the logic in use auth modal
alexvuong 91c722e
fix the logic in login page
alexvuong 9f6a29c
fix the logic in login page
alexvuong 58bbcb3
translations
alexvuong 8dec3de
Merge branch 'develop' into fix-pwless-login-contact-checkout
alexvuong b0a004f
lint
alexvuong 774ab91
Merge branch 'develop' into fix-pwless-login-contact-checkout
alexvuong 952ef3e
lint
alexvuong 1233881
lint
alexvuong 874797a
Merge branch 'develop' into fix-pwless-login-contact-checkout
alexvuong db741e2
allow enter to be aware of passwordless
alexvuong 9180224
lint
alexvuong 847f979
edit changlog
alexvuong bddbfe4
remove constant
alexvuong 443a51a
simplify the logic
alexvuong 07d4e75
simplify the logic
alexvuong eaa944a
simplify the logic
alexvuong c9626da
simplify the logic
alexvuong 168c9f2
revert test
alexvuong c5c5756
lint
alexvuong f329e64
Merge branch 'develop' into fix-pwless-login-contact-checkout
alexvuong 2ec021a
revert constants.js
alexvuong c60168e
Merge remote-tracking branch 'origin/fix-pwless-login-contact-checkou…
alexvuong 1fd92cd
PR feedback
alexvuong 251b983
Merge branch 'develop' into fix-pwless-login-contact-checkout
alexvuong File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we delete this constant from
constants.jsif we are not using it anymore?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's keep it since removing it will be a breaking change