From 1cf6e543560e33b310345561a4ba5cea42f8667c Mon Sep 17 00:00:00 2001 From: root Date: Wed, 27 Aug 2025 13:01:32 +0900 Subject: [PATCH] change redirect uri --- src/app/components/LoginForm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/components/LoginForm.tsx b/src/app/components/LoginForm.tsx index 23e1239..c5ef5fc 100644 --- a/src/app/components/LoginForm.tsx +++ b/src/app/components/LoginForm.tsx @@ -6,7 +6,7 @@ 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&response_type=code' + const requestUrl = 'https://kauth.kakao.com/oauth/authorize?client_id=a1d6afef2d4508a10a498b7069f67496&redirect_uri=http://localhost:9001/login/oauth-kakao-token&response_type=code' return ( <>