Skip to content

Commit 88f0f8d

Browse files
author
john lim
committed
final final
1 parent 5ee75ba commit 88f0f8d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/src/components/login/SignIn.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ const SignIn: React.FC<LoginInt & RouteComponentProps> = props => {
217217
>
218218
Sign In
219219
</Button>
220-
<Button
220+
{/* <Button
221221
fullWidth
222222
variant="contained"
223223
color="default"
@@ -229,14 +229,14 @@ const SignIn: React.FC<LoginInt & RouteComponentProps> = props => {
229229
<GitHubIcon />
230230
</Button>
231231
<FacebookLogin
232-
appId={FBAPPID}
232+
appId={FBAPPID}
233233
autoLoad={false}
234234
fields="name, email, picture"
235235
callback={responseFacebook}
236236
icon="fa-facebook-square"
237237
cssClass={'oauth-btn'}
238238
textButton=' Login with Facebook'
239-
/>
239+
/> */}
240240
<Button
241241
fullWidth
242242
variant="contained"

0 commit comments

Comments
 (0)