Handling Unverified Email Case in Supabase SignUp form with React #163399
Unanswered
MUHAMMAD-ALI-BILAL
asked this question in
Programming Help
Replies: 1 comment
-
|
I ran into the same issue while working with Supabase in my React app. What I do is after calling You can also query the user’s status using the |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Body
I'm implementing a signup feature using Supabase in my React app. I can manage new email registrations and already verified accounts, but I'm struggling with users who attempt to sign up with an email that is already registered but unverified. How can I effectively handle this scenario to provide appropriate feedback to the user? Any guidance or examples would be greatly appreciated!
this is the preview Section when Signup With new Email (New user Registered and don't verify the email)
this is the preview Section when User SignUp with Registered email but the Email is not verified (already Registered email but email is not verified)
I want when the Email is already registered and not verifed I want to Regirect to the login page with error Email is laready registered
How can i do this ??
Guidelines
Beta Was this translation helpful? Give feedback.
All reactions