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 0975ffc commit bb8d57eCopy full SHA for bb8d57e
packages/auth/src/core/errors.ts
@@ -384,6 +384,15 @@ function _debugErrorMap(): ErrorMap<AuthErrorCode> {
384
'The reCAPTCHA version sent to the backend is invalid.',
385
[AuthErrorCode.WEB_OTP_NOT_RETRIEVED]:
386
'Web OTP code is not retrieved successfully',
387
+ /**
388
+ * This is the default error message.
389
+ * This message is customized to one of the following depending on the type of error:
390
+ * `Web OTP code is not fetched before timeout`
391
+ * `The auto-retrieved credential or code is not defined`
392
+ * `Web OTP get method failed to retrieve the code`
393
+ * `Web OTP code received is incorrect`
394
+ * `Web OTP is not supported`
395
+ */
396
};
397
}
398
0 commit comments