© 2026 Hedgehog Software, LLC
resetPasswordForEmail
const { data, error } = await supabase.auth.resetPasswordForEmail(email, { redirectTo: 'https://localhost:3000/update-password', })