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 ( <> - + - + ) }