Phone update does not require an otp locally #28412
Labels
auth
All thing Supabase Auth related
awaiting-details
For issues needing detail from the opener.
bug
Something isn't working
external-issue
local-dev
This is for issues relating to the local development workflow using the CLI
Bug report
Describe the bug
To update a user's phone, the following needs to be done:
However locally, calling
updateUser
updates theauth.users
row directly. I tested on a test hosted supabase instance and it worked as intended fyi.To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
Have Supabase configured locally using the CLI and running
Create a user using phone provider
Login then call
Check the
auth.users
table and seephone
is updated directlyExpected behavior
Locally,
auth.users
row columns should be updated with phone change stuff and an otp should be sent.System information
The text was updated successfully, but these errors were encountered: