Skip to content

Commit d11dd46

Browse files
committed
Changed login display
1 parent 5f7ab25 commit d11dd46

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/utils/index.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,6 @@ export const uiConfig = (onSignInSuccessHandler, onSignInFailHandler) => {
117117
signInFlow: 'popup',
118118
signInSuccessUrl: '/home',
119119
signInOptions: [
120-
{
121-
provider: firebase.auth.FacebookAuthProvider.PROVIDER_ID,
122-
fullLabel: 'Continue with Facebook',
123-
scopes: ['email'],
124-
},
125120
{
126121
provider: firebase.auth.GoogleAuthProvider.PROVIDER_ID,
127122
fullLabel: 'Continue with Google',
@@ -130,6 +125,11 @@ export const uiConfig = (onSignInSuccessHandler, onSignInFailHandler) => {
130125
'https://www.googleapis.com/auth/userinfo.email',
131126
],
132127
},
128+
{
129+
provider: firebase.auth.FacebookAuthProvider.PROVIDER_ID,
130+
fullLabel: 'Continue with Facebook',
131+
scopes: ['email'],
132+
},
133133
{ provider: 'microsoft.com', fullLabel: 'Continue with Microsoft' },
134134
],
135135
};

0 commit comments

Comments
 (0)