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
But if you try to enter an e-mail that already exists in DB, it sends the same err code (23505) and detail field is similar to username error. key "(email)[email protected]" already exists.
So I think it's correct to check if it includes 'email' or 'username' in it.
Hello. In user.ts (user resolver) register function is catching and handling error with code 23505:
But if you try to enter an e-mail that already exists in DB, it sends the same err code (23505) and detail field is similar to username error.
key "(email)[email protected]" already exists.
So I think it's correct to check if it includes 'email' or 'username' in it.
The text was updated successfully, but these errors were encountered: