Skip to content

Commit

Permalink
Update LoginPage.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
minseok128 authored Dec 12, 2024
1 parent 18d68e1 commit 92a64bc
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/components/Login/LoginPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,6 @@ const LoginPage = () => {
- 로그인하여 나의 감정 알아보러 가기 -
</div>
<div className="flex flex-col w-full space-y-2">
{/* <SocialLoginButton
handleLogin={() => {
window.location.href =
"https://aneuk-api.dev-lr.com/oauth2/authorization/naver";
}}
img={naverImg}
label="네이버 로그인"
labelColor="text-white"
bgColor="bg-[#03C75A]"
/> */}
<SocialLoginButton
handleLogin={() => {
window.location.href =
Expand Down

0 comments on commit 92a64bc

Please sign in to comment.