We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d3925a commit 7a8e2e7Copy full SHA for 7a8e2e7
src/utils/error.ts
@@ -618,7 +618,7 @@ const AUTH_SERVER_TO_CLIENT_CODE: ServerToClientCode = {
618
// Provided credential has insufficient permissions.
619
INSUFFICIENT_PERMISSION: 'INSUFFICIENT_PERMISSION',
620
// uploadAccount provides an email that already exists.
621
- DUPLICATE_EMAIL: 'EMAIL_EXISTS',
+ DUPLICATE_EMAIL: 'EMAIL_ALREADY_EXISTS',
622
// uploadAccount provides a localId that already exists.
623
DUPLICATE_LOCAL_ID: 'UID_ALREADY_EXISTS',
624
// setAccountInfo email already exists.
0 commit comments