-
Notifications
You must be signed in to change notification settings - Fork 212
Feature: Passwordless Login and Password Reset supports use of email mode
#3525
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 19 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
7877887
@W-20279798 support setting passwordless login mode in config (#3492)
hajinsuha1 22b6a36
Merge branch 'develop' into feature/email-otp
hajinsuha1 c646e44
@W-20443849 Set default passwordless mode to 'email' for apps created…
hajinsuha1 bd6d1d0
Merge branch 'develop' into feature/email-otp
hajinsuha1 11be87e
@W-20342599 Password Reset uses `email` mode (#3547)
hajinsuha1 d9ed864
@W-20279800 Update Passwordless E2E tests and change "Continue Secure…
hajinsuha1 07802f3
Merge branch 'develop' into feature/email-otp
hajinsuha1 c0aedcb
lint
hajinsuha1 3d27d0b
fix incorrect resetPasswordLandingPath in usePasswordReset after merg…
hajinsuha1 e49c9be
Merge branch 'develop' into feature/email-otp
hajinsuha1 3cfece1
fix failing unit test after merge from develop
hajinsuha1 c02836d
Merge branch 'develop' into feature/email-otp
hajinsuha1 3d79932
@W-20890250 Handle request limit and monthly quota error states for p…
hajinsuha1 892ef8c
Merge branch 'develop' into feature/email-otp
hajinsuha1 076b1ac
refactor auth so locale is sent via parameters instead of in the Auth…
hajinsuha1 b0ca814
Refactor URL handling by replacing buildAbsoluteUrl with absoluteUrl …
hajinsuha1 3c05026
Merge branch 'develop' into feature/email-otp
hajinsuha1 36e1b20
Update error message when shopper exceedes request limit for password…
hajinsuha1 3e9e385
Merge branch 'feature/email-otp' of https://github.com/SalesforceComm…
hajinsuha1 abff98d
Apply suggestion from @alexvuong
hajinsuha1 fe0a623
address feedback:
hajinsuha1 5f31e30
Merge branch 'feature/email-otp' of https://github.com/SalesforceComm…
hajinsuha1 bc6f621
lint
hajinsuha1 c766b59
Merge branch 'develop' into feature/email-otp
hajinsuha1 f4852df
update copyright date for new files
hajinsuha1 12a235d
Merge branch 'develop' into feature/email-otp
hajinsuha1 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
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.
Let's bundle these up into one feature PR (this one since this feature branch has all the code changes). customers do not need to know about non-feature branches.