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.
Users who did HP Action can't send a LoC from the Take Action page because the current LoC splash page redirects the user to the latest step of their signup intent (e.g., HP Action) if they're already logged in.
We also want to make the root ("homepage") of the site be data-driven onboarding (DDO), not the LoC splash page.
This fixes the above issues by adding an explicit LoC splash page at
/loc/splash
, and making the site root be DDO. We also redirect the old/ddo
to the site root, passing along the search params as needed.To do
master
back into this PR and make sure the LoC link on the login page points to the splash page.