@@ -165,7 +165,7 @@ function _debugErrorMap(): ErrorMap<AuthErrorCode> {
165
165
[ AuthErrorCode . EMAIL_EXISTS ] :
166
166
'The email address is already in use by another account.' ,
167
167
[ AuthErrorCode . EMULATOR_CONFIG_FAILED ] :
168
- '{@link Auth} instance has already been used to make a network call. Auth can ' +
168
+ 'Auth instance has already been used to make a network call. Auth can ' +
169
169
'no longer be configured to use the emulator. Try calling ' +
170
170
'"connectAuthEmulator()" sooner.' ,
171
171
[ AuthErrorCode . EXPIRED_OOB_CODE ] : 'The action code has expired.' ,
@@ -243,7 +243,7 @@ function _debugErrorMap(): ErrorMap<AuthErrorCode> {
243
243
[ AuthErrorCode . INVALID_SESSION_INFO ] :
244
244
'The verification ID used to create the phone auth credential is invalid.' ,
245
245
[ AuthErrorCode . INVALID_TENANT_ID ] :
246
- "The {@link Auth} instance's tenant ID is invalid." ,
246
+ "The Auth instance's tenant ID is invalid." ,
247
247
[ AuthErrorCode . MISSING_ANDROID_PACKAGE_NAME ] :
248
248
'An Android Package Name must be provided if the Android App is required to be installed.' ,
249
249
[ AuthErrorCode . MISSING_AUTH_DOMAIN ] :
@@ -316,7 +316,7 @@ function _debugErrorMap(): ErrorMap<AuthErrorCode> {
316
316
[ AuthErrorCode . SECOND_FACTOR_LIMIT_EXCEEDED ] :
317
317
'The maximum allowed number of second factors on a user has been exceeded.' ,
318
318
[ AuthErrorCode . TENANT_ID_MISMATCH ] :
319
- "The provided tenant ID does not match the {@link Auth} instance's tenant ID" ,
319
+ "The provided tenant ID does not match the Auth instance's tenant ID" ,
320
320
[ AuthErrorCode . TIMEOUT ] : 'The operation has timed out.' ,
321
321
[ AuthErrorCode . TOKEN_EXPIRED ] :
322
322
"The user's credential is no longer valid. The user must sign in again." ,
0 commit comments