We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ee75ba commit 88f0f8dCopy full SHA for 88f0f8d
app/src/components/login/SignIn.tsx
@@ -217,7 +217,7 @@ const SignIn: React.FC<LoginInt & RouteComponentProps> = props => {
217
>
218
Sign In
219
</Button>
220
- <Button
+ {/* <Button
221
fullWidth
222
variant="contained"
223
color="default"
@@ -229,14 +229,14 @@ const SignIn: React.FC<LoginInt & RouteComponentProps> = props => {
229
<GitHubIcon />
230
231
<FacebookLogin
232
- appId={FBAPPID}
+ appId={FBAPPID}
233
autoLoad={false}
234
fields="name, email, picture"
235
callback={responseFacebook}
236
icon="fa-facebook-square"
237
cssClass={'oauth-btn'}
238
textButton=' Login with Facebook'
239
- />
+ /> */}
240
<Button
241
242
0 commit comments