You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, if we supply a third party user Id to that function, it will return an UNKNOWN_USER_ID status. That is confusing to the user as technically, that user does exist.
We should check in that function if the user exists in third party, and if it does, we should throw an error saying that you cannot update the email of a social login user.
nodejs
golang
python
The text was updated successfully, but these errors were encountered:
Right now, if we supply a third party user Id to that function, it will return an UNKNOWN_USER_ID status. That is confusing to the user as technically, that user does exist.
We should check in that function if the user exists in third party, and if it does, we should throw an error saying that you cannot update the email of a social login user.
The text was updated successfully, but these errors were encountered: