Skip to content

Commit 900ea15

Browse files
committed
[AUTOMATED]: Prettier Code Styling
1 parent 03c8974 commit 900ea15

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages-exp/auth-exp/src/core/errors.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ const ERRORS: ErrorMap<AuthErrorCode> = {
112112
'This operation is restricted to administrators only.',
113113
[AuthErrorCode.ARGUMENT_ERROR]: '',
114114
[AuthErrorCode.APP_NOT_AUTHORIZED]:
115-
'This app, identified by the domain where it\'s hosted, is not ' +
115+
"This app, identified by the domain where it's hosted, is not " +
116116
'authorized to use Firebase Authentication with the provided API key. ' +
117117
'Review your key configuration in the Google API console.',
118118
[AuthErrorCode.APP_NOT_INSTALLED]:
@@ -150,8 +150,8 @@ const ERRORS: ErrorMap<AuthErrorCode> = {
150150
[AuthErrorCode.INVALID_APP_ID]:
151151
'The mobile app identifier is not registed for the current project.',
152152
[AuthErrorCode.INVALID_AUTH]:
153-
'This user\'s credential isn\'t valid for this project. This can happen ' +
154-
'if the user\'s token has been tampered with, or if the user isn\'t for ' +
153+
"This user's credential isn't valid for this project. This can happen " +
154+
"if the user's token has been tampered with, or if the user isn't for " +
155155
'the project associated with this API key.',
156156
[AuthErrorCode.INVALID_AUTH_EVENT]: 'An internal AuthError has occurred.',
157157
[AuthErrorCode.INVALID_CODE]:
@@ -265,7 +265,7 @@ const ERRORS: ErrorMap<AuthErrorCode> = {
265265
[AuthErrorCode.PROVIDER_ALREADY_LINKED]:
266266
'User can only be linked to one identity for the given provider.',
267267
[AuthErrorCode.QUOTA_EXCEEDED]:
268-
'The project\'s quota for this operation has been exceeded.',
268+
"The project's quota for this operation has been exceeded.",
269269
[AuthErrorCode.REDIRECT_CANCELLED_BY_USER]:
270270
'The redirect operation has been cancelled by the user before finalizing.',
271271
[AuthErrorCode.REDIRECT_OPERATION_PENDING]:

0 commit comments

Comments
 (0)