로그인

This commit is contained in:
root
2025-09-08 12:40:30 +09:00
parent 1cf6e54356
commit 5622f439aa

View File

@@ -6,7 +6,7 @@ import Link from "next/link";
const LoginForm = () => { const LoginForm = () => {
const requestUrl = 'https://kauth.kakao.com/oauth/authorize?client_id=a1d6afef2d4508a10a498b7069f67496&redirect_uri=http://localhost:9001/login/oauth-kakao-token&response_type=code' const requestUrl = 'https://kauth.kakao.com/oauth/authorize?client_id=a1d6afef2d4508a10a498b7069f67496&redirect_uri=http://localhost:9001/login/oauth-kakao-authorize&response_type=code'
return ( return (
<> <>