Skip to content

Commit dda2e26

Browse files
committed
GitHub OAuth
1 parent be81854 commit dda2e26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/user/auth/login/login.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ class Login extends Component {
106106
{Boolean(loginOptions?.github === true) ? (
107107
<Col className="button-column" >
108108
<a
109-
href="http://localhost:5000/auth/google"
109+
href="http://localhost:5000/user/auth/github"
110110
style={{ padding: "1vh" }}
111111
>
112112
<Button

0 commit comments

Comments
 (0)