SupabaseS
Supabase2mo ago
Baran

Given user signed up with social login, then signed up with email+pass, then sign up email isnt sent

Current issue


Given the user signed up with social login (e.g., Google),
and X time passed so they forgot they signed up,
when the user tries signing up with email + password with the same email that they used in step 1,
then sign up email is never sent

Expected outcome


2 possible scenarios, which Supabase has to decide (or give the user the option to decide):
  1. Supabase responds by sending a sign up email
  2. Supabase responds with error and code:user_already_exists
or I am missing the existing solution

Environment:
  • "@supabase/supabase-js": "^2.53.0"
Was this page helpful?