File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
packages-exp/auth-exp/src Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 15
15
* limitations under the License.
16
16
*/
17
17
18
- import { createAuthUri , CreateAuthUriRequest } from '../../api/authentication/create_auth_uri' ;
18
+ import {
19
+ createAuthUri ,
20
+ CreateAuthUriRequest
21
+ } from '../../api/authentication/create_auth_uri' ;
19
22
import * as api from '../../api/authentication/email_and_password' ;
20
23
import { Operation } from '../../model/action_code_info' ;
21
- import { ActionCodeSettings , setActionCodeSettingsOnRequest } from '../../model/action_code_settings' ;
24
+ import {
25
+ ActionCodeSettings ,
26
+ setActionCodeSettingsOnRequest
27
+ } from '../../model/action_code_settings' ;
22
28
import { Auth } from '../../model/auth' ;
23
29
import { User } from '../../model/user' ;
24
30
import { getCurrentUrl , isHttpOrHttps } from '../util/location' ;
Original file line number Diff line number Diff line change @@ -37,4 +37,4 @@ export interface ActionCodeInfo {
37
37
fromEmail : string | null ;
38
38
} ;
39
39
operation : string ;
40
- }
40
+ }
You can’t perform that action at this time.
0 commit comments