Resend email change email doesn't seem to work
I'm looking at this part
https://supabase.com/docs/reference/javascript/auth-resend
const { data, error } = await supabase.auth.resend({
type: 'email_change',
email: 'email@example.com'
})
it doesn't send me any emails
https://supabase.com/docs/reference/javascript/auth-resend
const { data, error } = await supabase.auth.resend({
type: 'email_change',
email: 'email@example.com'
})
it doesn't send me any emails
