LG 14404 Add email at confirmation to share with service provider#11415
Closed
kevinsmaster5 wants to merge 2 commits intomainfrom
Closed
LG 14404 Add email at confirmation to share with service provider#11415kevinsmaster5 wants to merge 2 commits intomainfrom
kevinsmaster5 wants to merge 2 commits intomainfrom
Conversation
aduth
reviewed
Oct 29, 2024
Comment on lines
+25
to
+28
| if pending_completions_consent? | ||
| user_session[:pending_completions_consent] = true | ||
| end | ||
|
|
Contributor
There was a problem hiding this comment.
Can you explain what this code is for?
Contributor
Author
There was a problem hiding this comment.
It sets a session value that will help determine the redirect in the email confirmations controller
identity-idp/app/controllers/users/email_confirmations_controller.rb
Lines 47 to 51 in f940e20
it will be deleted in the completions controller when they get redirected finally to the SP
3 tasks
Contributor
|
@kevinsmaster5 Do we still need this pull request, or did #11439 replace it? |
Contributor
Author
We do not. I'll close it now. |
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.
🎫 Ticket
Link to the relevant ticket:
LG-14404
🛠 Summary of changes
Remedies the user flow from adding a new email address at Service Provider linking confirmation.
Expected behavior:
Clicking the link that appears in the added email address confirmation email message should return you to where you left off from selecting an email to pass over to the SP
Actual behavior:
You end up at the account dashboard and have to click the Return to SP link to get back on track.
📜 Testing Plan
Provide a checklist of steps to confirm the changes.
👀 Screenshots
email-change-redirect.mov