feat: Identify which email was verified during the two-step email update process #27406
Unanswered
aditbajaj
asked this question in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
On my current email confirmation page for updating the emails, users are prompted with a "please verify the other email" message, which can be vague and confusing. Additionally, attempting to determine which email (old or new) was verified based on URL parameters is not feasible, as changing the email address results in the user being logged out, making it difficult to access [
session.user.new_email] for clarity.Proposed Solution:
Implement a feature or provide a utility that simplifies the process of identifying which email address (old or new) has been verified. This could involve:
All reactions