Skip to content

Commit

Permalink
fix. git로그인 v1제거
Browse files Browse the repository at this point in the history
  • Loading branch information
ji-hunc committed Jan 22, 2025
1 parent 0b95536 commit 09a4c9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/LoginModal/LoginModel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ const Modal: React.FC<ModalProps> = ({
};

const handleGitHubLogin = () => {
window.location.href = `${process.env.NEXT_PUBLIC_API_URL}/api/v1/user/oauth2-login/github`;
window.location.href = `${process.env.NEXT_PUBLIC_API_URL}/api/user/oauth2-login/github`;
};

return (
Expand Down

0 comments on commit 09a4c9f

Please sign in to comment.