auth.updateUser()
kept sending the same OTP code when updating Phone provider
#1261
Labels
bug
Something isn't working
Hey guys, I have an Issue with
auth.updateUser()
sending OTP code in phoneSo in my app i have a multi-step and im trying to this so in for example in step-1, im signing up user with their email on my app with this
then verify it... and hop on to the step-2 that contains phone number, for the phone number im using
updateUser()
so that they can have both provider email & phone check code belowAnd it successfully sends the OTP to phone number, but it kept sending the same OTP code over and over again, and once I try to verify it, it just returns this 403 forbidden error
I'm using
"@supabase/supabase-js": "^2.39.1",
The text was updated successfully, but these errors were encountered: