@W-20450671 [Bug Fix] Passwordless Login landingPath, Reset Password landingPath, and Social Login redirectUri value in config not being used - #3560
Merged
hajinsuha1 merged 10 commits intoJan 9, 2026
Conversation
Collaborator
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
This reverts commit 0228177.
hajinsuha1
marked this pull request as ready for review
January 6, 2026 18:30
yunakim714
approved these changes
Jan 9, 2026
yunakim714
left a comment
Collaborator
There was a problem hiding this comment.
Looks good thanks Jinsu! Is setting the landing path in the config something we already have included in the docs? Or do we need to add that?
Collaborator
Author
@yunakim714 good question. It is for Social Login but not for Passwordless and Password Reset. I'll make sure to include it as part of the docs update story W-20279802 |
hajinsuha1
deleted the
W-20450671-bug-fix-landingPath-not-set-by-config
branch
January 9, 2026 15:28
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Previously the
landingPathandredirectUriset in the config was not being used for creating the routes for passwordless login, reset password, and social login. Instead a constant was being used which meant if the values were changed in the config, the actual routes would not be created.This PR resolves this by ensuring the paths set in the configuration are actually used to generate the routes.
Types of Changes
Changes
landingPath, Reset PasswordlandingPath, and Social LoginredirectUrivalue in config are usedHow to Test-Drive This PR
Disabling the feature does not add routes
landingPathandredirectUri, and social and passwordless login disabled.Enabling the feature and setting custom paths generates the correct routes
/custom-social-callbackwhen redirected back to the storefronthttps://github.com/user-attachments/assets/268c83bd-9d85-48b0-9c50-a6f005bbcb9d
/custom-passwordless-login-landingpathContinue SecurelylandingPathPasswordForgot Password?linkReset PasswordbuttonChecklists
General
Accessibility Compliance
You must check off all items in one of the follow two lists:
or...
Localization