From ba4bffc28ea3b870f2663a2e04854e0f4c8cfceb Mon Sep 17 00:00:00 2001 From: root Date: Wed, 17 Dec 2025 16:59:50 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A7=81=ED=81=AC=EB=8A=94=20=EB=82=B4?= =?UTF-8?q?=EB=B6=80=EC=97=AC=EC=84=9C=20=EC=99=B8=EB=B6=80=EC=9D=B8=20a?= =?UTF-8?q?=EB=A1=9C=20=EB=B0=94=EA=BF=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/components/LoginForm.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/components/LoginForm.tsx b/src/app/components/LoginForm.tsx index 8ed8f1b..872aa54 100644 --- a/src/app/components/LoginForm.tsx +++ b/src/app/components/LoginForm.tsx @@ -6,15 +6,15 @@ import Link from "next/link"; const LoginForm = () => { - const requestUrl = 'https://kauth.kakao.com/oauth/authorize?client_id=a1d6afef2d4508a10a498b7069f67496&redirect_uri=http://localhost:9001/login/oauth-kakao-authorize&response_type=code' + const requestUrl = 'https://kauth.kakao.com/oauth/authorize?client_id=a1d6afef2d4508a10a498b7069f67496&redirect_uri=http://localhost:9001/oauth/oauth-kakao-authorize&response_type=code' return ( <> - + - + ) }