Skip to content

Commit 2b874c0

Browse files
committed
feat: a 태그를 이용한 OAuth 리다이렉트
1 parent 53afff8 commit 2b874c0

File tree

1 file changed

+2
-2
lines changed
  • apps/frontend/src/features/login/ui/LoginForm

1 file changed

+2
-2
lines changed

apps/frontend/src/features/login/ui/LoginForm/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ export function LoginForm() {
88
<div className="flex flex-col items-center gap-2">
99
<a
1010
className="flex h-12 w-64 items-center justify-center gap-2 rounded-lg bg-[#FEE500] bg-cover bg-no-repeat text-[rgba(0,0,0,0.85)]"
11-
href=""
11+
href="/api/auth/kakao"
1212
>
1313
<img className="w-4" src={KakaoLogo}></img>
1414
카카오 로그인
1515
</a>
1616
<a
1717
className="flex h-12 w-64 items-center justify-center gap-2 rounded-lg bg-[#03C75A] bg-cover bg-no-repeat text-[#ffffff]"
18-
href=""
18+
href="/api/auth/naver"
1919
>
2020
<img className="w-4" src={NaverLogo}></img>
2121
네이버 로그인

0 commit comments

Comments
 (0)