File tree 1 file changed +8
-2
lines changed
packages-exp/auth-exp/src/core/strategies
1 file changed +8
-2
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' ;
You can’t perform that action at this time.
0 commit comments