File tree Expand file tree Collapse file tree 3 files changed +3
-15
lines changed Expand file tree Collapse file tree 3 files changed +3
-15
lines changed Original file line number Diff line number Diff line change @@ -32,11 +32,7 @@ import { AuthErrorCode } from '../errors';
32
32
import { _fail } from '../util/assert' ;
33
33
import { AuthCredential } from './auth_credential' ;
34
34
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' ;
40
36
/**
41
37
* Interface that represents the credentials returned by {@link EmailAuthProvider} for
42
38
* {@link ProviderId}.PASSWORD
Original file line number Diff line number Diff line change @@ -38,11 +38,7 @@ import { getModularInstance } from '@firebase/util';
38
38
import { OperationType } from '../../model/enums' ;
39
39
import { handleRecaptchaFlow } from '../../platform_browser/recaptcha/recaptcha_enterprise_verifier' ;
40
40
import { IdTokenResponse } from '../../model/id_token' ;
41
- import {
42
- RecaptchaActionName ,
43
- RecaptchaClientType ,
44
- RecaptchaProvider
45
- } from '../../api' ;
41
+ import { RecaptchaActionName , RecaptchaClientType } from '../../api' ;
46
42
47
43
/**
48
44
* Updates the password policy cached in the {@link Auth} instance if a policy is already
Original file line number Diff line number Diff line change @@ -33,11 +33,7 @@ import { _assert } from '../util/assert';
33
33
import { getModularInstance } from '@firebase/util' ;
34
34
import { _castAuth } from '../auth/auth_impl' ;
35
35
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' ;
41
37
42
38
/**
43
39
* Sends a sign-in email link to the user with the specified email.
You can’t perform that action at this time.
0 commit comments