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 eec0059 commit f8bc16bCopy full SHA for f8bc16b
packages/auth/src/core/errors.ts
@@ -379,8 +379,7 @@ function _debugErrorMap(): ErrorMap<AuthErrorCode> {
379
'The reCAPTCHA client type is missing when sending request to the backend.',
380
[AuthErrorCode.MISSING_RECAPTCHA_VERSION]:
381
'The reCAPTCHA version is missing when sending request to the backend.',
382
- [AuthErrorCode.INVALID_REQ_TYPE]:
383
- 'Invalid request parameters.',
+ [AuthErrorCode.INVALID_REQ_TYPE]: 'Invalid request parameters.',
384
[AuthErrorCode.INVALID_RECAPTCHA_VERSION]:
385
'The reCAPTCHA version is invalid when sending request to the backend.'
386
};
0 commit comments