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 a032cd8 commit 174bd83Copy full SHA for 174bd83
common/api-review/auth.api.md
@@ -195,6 +195,7 @@ export const AuthErrorCodes: {
195
readonly MISSING_MFA_INFO: "auth/missing-multi-factor-info";
196
readonly MISSING_MFA_SESSION: "auth/missing-multi-factor-session";
197
readonly MISSING_PHONE_NUMBER: "auth/missing-phone-number";
198
+ readonly MISSING_PASSWORD: "auth/missing-password";
199
readonly MISSING_SESSION_INFO: "auth/missing-verification-id";
200
readonly MODULE_DESTROYED: "auth/app-deleted";
201
readonly NEED_CONFIRMATION: "auth/account-exists-with-different-credential";
0 commit comments