Am I missing something, or is there no way to upda...
# help
j
Am I missing something, or is there no way to update user email through the js lib right now? Tried the following but doesn't seem to work:
Copy code
await supabase.auth.update({
  data: {
    email: 'update@email.com'
  },
});
s
This looks correct to me
What results are you getting?
Wait its without
data
So just
.update({ email: ''})
j
You're absolutely right @User 🤦‍♂️ Thank you 😁
s
No problem, just send me that gold supabase shirt for the help 😆
j
😂 😂 I'll have it taken off me if I'm not careful with mistakes like that
s
lol