Skip to content

Commit

Permalink
temporarily remove github sign in button
Browse files Browse the repository at this point in the history
  • Loading branch information
edchapman88 committed Jan 24, 2024
1 parent dae0e66 commit 1ab486f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Login.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ const Login = () => {
<LoadingSpinner sx={{ margin: "auto" }} />
) : (
<>
<Github variant="outlined" setLoading={setLoading} />
{/* <Github variant="outlined" setLoading={setLoading} /> */}
<Button type="submit" sx={{ marginLeft: "auto" }}>
Log in
</Button>
Expand Down

0 comments on commit 1ab486f

Please sign in to comment.