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):
- Supabase responds by sending a sign up email
- Supabase responds with error and code:
user_already_exists
Environment:
"@supabase/supabase-js": "^2.53.0"