File tree 2 files changed +6
-3
lines changed
packages-exp/auth-exp/src/core/providers 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -39,11 +39,13 @@ export class EmailAuthProvider implements AuthProvider {
39
39
/**
40
40
* Always set to {@link SignInMethod}.EMAIL_PASSWORD.
41
41
*/
42
- static readonly EMAIL_PASSWORD_SIGN_IN_METHOD : 'password' = SignInMethod . EMAIL_PASSWORD ;
42
+ static readonly EMAIL_PASSWORD_SIGN_IN_METHOD : 'password' =
43
+ SignInMethod . EMAIL_PASSWORD ;
43
44
/**
44
45
* Always set to {@link SignInMethod}.EMAIL_LINK.
45
46
*/
46
- static readonly EMAIL_LINK_SIGN_IN_METHOD : 'emailLink' = SignInMethod . EMAIL_LINK ;
47
+ static readonly EMAIL_LINK_SIGN_IN_METHOD : 'emailLink' =
48
+ SignInMethod . EMAIL_LINK ;
47
49
/**
48
50
* Always set to {@link ProviderId}.PASSWORD, even for email link.
49
51
*/
Original file line number Diff line number Diff line change @@ -68,7 +68,8 @@ import { BaseOAuthProvider } from './oauth';
68
68
*/
69
69
export class FacebookAuthProvider extends BaseOAuthProvider {
70
70
/** Always set to {@link SignInMethod}.FACEBOOK. */
71
- static readonly FACEBOOK_SIGN_IN_METHOD : 'facebook.com' = SignInMethod . FACEBOOK ;
71
+ static readonly FACEBOOK_SIGN_IN_METHOD : 'facebook.com' =
72
+ SignInMethod . FACEBOOK ;
72
73
/** Always set to {@link ProviderId}.FACEBOOK. */
73
74
static readonly PROVIDER_ID : 'facebook.com' = ProviderId . FACEBOOK ;
74
75
You can’t perform that action at this time.
0 commit comments