File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
packages-exp/auth-compat-exp Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 19
19
20
20
import firebase , { _FirebaseNamespace } from '@firebase/app-compat' ;
21
21
import * as impl from '@firebase/auth-exp/internal' ;
22
- import * as externs from '@firebase/auth-exp' ;
23
22
import {
24
23
Component ,
25
24
ComponentType ,
@@ -87,14 +86,14 @@ function registerAuthCompat(instance: _FirebaseNamespace): void {
87
86
. setServiceProps ( {
88
87
ActionCodeInfo : {
89
88
Operation : {
90
- EMAIL_SIGNIN : externs . ActionCodeOperation . EMAIL_SIGNIN ,
91
- PASSWORD_RESET : externs . ActionCodeOperation . PASSWORD_RESET ,
92
- RECOVER_EMAIL : externs . ActionCodeOperation . RECOVER_EMAIL ,
89
+ EMAIL_SIGNIN : impl . ActionCodeOperation . EMAIL_SIGNIN ,
90
+ PASSWORD_RESET : impl . ActionCodeOperation . PASSWORD_RESET ,
91
+ RECOVER_EMAIL : impl . ActionCodeOperation . RECOVER_EMAIL ,
93
92
REVERT_SECOND_FACTOR_ADDITION :
94
- externs . ActionCodeOperation . REVERT_SECOND_FACTOR_ADDITION ,
93
+ impl . ActionCodeOperation . REVERT_SECOND_FACTOR_ADDITION ,
95
94
VERIFY_AND_CHANGE_EMAIL :
96
- externs . ActionCodeOperation . VERIFY_AND_CHANGE_EMAIL ,
97
- VERIFY_EMAIL : externs . ActionCodeOperation . VERIFY_EMAIL
95
+ impl . ActionCodeOperation . VERIFY_AND_CHANGE_EMAIL ,
96
+ VERIFY_EMAIL : impl . ActionCodeOperation . VERIFY_EMAIL
98
97
}
99
98
} ,
100
99
EmailAuthProvider : impl . EmailAuthProvider ,
You can’t perform that action at this time.
0 commit comments