From 98794c124ca8f016583f222ba62a4380fd6d4e68 Mon Sep 17 00:00:00 2001 From: junjeong Date: Thu, 24 Apr 2025 23:05:02 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20DEVELOP=20->=20DEVELOPE=20=EC=98=A4?= =?UTF-8?q?=ED=83=80=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/button/KakaoLoginButton.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/button/KakaoLoginButton.tsx b/src/components/button/KakaoLoginButton.tsx index c141073..bb44de2 100644 --- a/src/components/button/KakaoLoginButton.tsx +++ b/src/components/button/KakaoLoginButton.tsx @@ -3,7 +3,7 @@ const KakaoLoginButton = () => { const kakaoRedirectUrl = import.meta.env.MODE === "production" ? import.meta.env.VITE_KAKAO_PRODUCTION_REDIRECT_URI - : import.meta.env.VITE_KAKAO_DEVELOP_REDIRECT_URI; + : import.meta.env.VITE_KAKAO_DEVELOPE_REDIRECT_URI; const kakaoURL = `https://kauth.kakao.com/oauth/authorize?client_id=${kakaoRestApiKey}&redirect_uri=${kakaoRedirectUrl}&response_type=code`;