From fdeb3b36e7a946c567ae02dde86f38d9216c176b Mon Sep 17 00:00:00 2001 From: dvp-tae Date: Mon, 21 Oct 2024 15:57:11 +0900 Subject: [PATCH] =?UTF-8?q?hotfix:=20=EB=9D=BC=EC=9A=B0=ED=8C=85=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/kakao/containers/KakaoRedirect.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/kakao/containers/KakaoRedirect.tsx b/src/pages/kakao/containers/KakaoRedirect.tsx index c06d873..caed14f 100644 --- a/src/pages/kakao/containers/KakaoRedirect.tsx +++ b/src/pages/kakao/containers/KakaoRedirect.tsx @@ -25,7 +25,7 @@ const KakaoRedirect = () => { navigate('/register/tos'); // 최초 회원가입 유저는 약관 동의 화면으로 이동 } else { // 임시로 메인 라우팅 /beta로 변경 - navigate('/beta'); // 이미 가입된 유저는 메인 화면으로 이동 + window.location.href = 'https://stu.ssu.ac.kr/beta'; // 이미 가입된 유저는 메인 화면으로 이동 setLoginState(true); } } else {