SupabaseS
Supabase12mo ago
Hadi

auth.updateUser not working

const { data, error } = await supabase.auth.updateUser({
password: newPassword,
});

Doesn't return data but changes password successfully. Any one experiencing the same?

Full report here:
https://github.com/supabase/supabase/issues/32998
GitHub
Bug report [x ] I confirm this is a bug with Supabase, not with my own application. [ x] I confirm I have searched the Docs, GitHub Discussions, and Discord. Describe the bug const { data, error } ...
Was this page helpful?