chadyj
10/05/2021, 3:41 PMconst { data, error } = supabase.auth.api.resetPasswordForEmail('user@email.com')
a 404 is returned for non-existant emails.
Is there a way to not expose if the account exists or not?silentworks
10/05/2021, 5:06 PMchadyj
10/05/2021, 5:30 PM