Skip to content

Commit f8bc16b

Browse files
author
renkelvin
committed
Update errors.ts
1 parent eec0059 commit f8bc16b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/auth/src/core/errors.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -379,8 +379,7 @@ function _debugErrorMap(): ErrorMap<AuthErrorCode> {
379379
'The reCAPTCHA client type is missing when sending request to the backend.',
380380
[AuthErrorCode.MISSING_RECAPTCHA_VERSION]:
381381
'The reCAPTCHA version is missing when sending request to the backend.',
382-
[AuthErrorCode.INVALID_REQ_TYPE]:
383-
'Invalid request parameters.',
382+
[AuthErrorCode.INVALID_REQ_TYPE]: 'Invalid request parameters.',
384383
[AuthErrorCode.INVALID_RECAPTCHA_VERSION]:
385384
'The reCAPTCHA version is invalid when sending request to the backend.'
386385
};

0 commit comments

Comments
 (0)