Pete | grid0.xyz
04/04/2022, 10:04 PMconst { user, error } = await supabase.auth.update({email: 'new@email.com'})
I have a profile page, where users can update their profile info. I'm able to update the data in the public 'profiles' table, but when I try to update the email for the auth table, nothing happens.garyaustin
04/04/2022, 10:30 PMPete | grid0.xyz
04/04/2022, 10:37 PMPete | grid0.xyz
04/04/2022, 10:38 PMgaryaustin
04/04/2022, 10:44 PMPete | grid0.xyz
04/04/2022, 10:45 PMPete | grid0.xyz
04/04/2022, 10:59 PMgaryaustin
04/04/2022, 11:00 PM