Code Snippet Mistake on the Supabase Docs #33514
spaansba
started this conversation in
Contribute to Supabase
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I came across the following snippet in the Supabase docs on the "Send a password reset request" section:
In the code snippet
if (data) alert("Password updated successfully!")
will always be hit even though the password did not get updated since data looks as follows:
Beta Was this translation helpful? Give feedback.
All reactions