Skip to content

Commit 092a3cd

Browse files
committed
Fix lint
1 parent ae9e347 commit 092a3cd

File tree

3 files changed

+3
-15
lines changed

3 files changed

+3
-15
lines changed

packages/auth/src/core/credentials/email.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,7 @@ import { AuthErrorCode } from '../errors';
3232
import { _fail } from '../util/assert';
3333
import { AuthCredential } from './auth_credential';
3434
import { handleRecaptchaFlow } from '../../platform_browser/recaptcha/recaptcha_enterprise_verifier';
35-
import {
36-
RecaptchaActionName,
37-
RecaptchaClientType,
38-
RecaptchaProvider
39-
} from '../../api';
35+
import { RecaptchaActionName, RecaptchaClientType } from '../../api';
4036
/**
4137
* Interface that represents the credentials returned by {@link EmailAuthProvider} for
4238
* {@link ProviderId}.PASSWORD

packages/auth/src/core/strategies/email_and_password.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,7 @@ import { getModularInstance } from '@firebase/util';
3838
import { OperationType } from '../../model/enums';
3939
import { handleRecaptchaFlow } from '../../platform_browser/recaptcha/recaptcha_enterprise_verifier';
4040
import { IdTokenResponse } from '../../model/id_token';
41-
import {
42-
RecaptchaActionName,
43-
RecaptchaClientType,
44-
RecaptchaProvider
45-
} from '../../api';
41+
import { RecaptchaActionName, RecaptchaClientType } from '../../api';
4642

4743
/**
4844
* Updates the password policy cached in the {@link Auth} instance if a policy is already

packages/auth/src/core/strategies/email_link.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,7 @@ import { _assert } from '../util/assert';
3333
import { getModularInstance } from '@firebase/util';
3434
import { _castAuth } from '../auth/auth_impl';
3535
import { handleRecaptchaFlow } from '../../platform_browser/recaptcha/recaptcha_enterprise_verifier';
36-
import {
37-
RecaptchaActionName,
38-
RecaptchaClientType,
39-
RecaptchaProvider
40-
} from '../../api';
36+
import { RecaptchaActionName, RecaptchaClientType } from '../../api';
4137

4238
/**
4339
* Sends a sign-in email link to the user with the specified email.

0 commit comments

Comments
 (0)