Hi all, I have the following Vue 3 and Supabase project. It is supposed to have an update email button in the profile page that when clicked, sends a confirmation link to your new email and when i click on the link, the email should be updated.
This is my update functions: const { error } = await supabase.auth.updateUser({ email: input.email.value, });
I read somewhere that I'm supposed to select "Double confirm email changes" in supabase in the Users page but I cannot find it. Is it because of an interface change on the website?
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.