From 5d9b0214060d65da4b13819b7ec3e970fa38528f Mon Sep 17 00:00:00 2001 From: oyeong011 Date: Sun, 13 Oct 2024 22:58:09 +0900 Subject: [PATCH 1/2] =?UTF-8?q?[FIX/HM-145]=20=EC=9D=B8=EC=95=B1=EC=97=90?= =?UTF-8?q?=EC=84=9C=20=EC=99=B8=EB=B6=80=20=ED=8E=98=EC=9D=B4=EC=A7=80?= =?UTF-8?q?=EB=A1=9C=20=EB=A6=AC=EB=8B=A4=EC=9D=B4=EB=A0=89=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) diff --git a/index.html b/index.html index 6f3667a..fd7344d 100644 --- a/index.html +++ b/index.html @@ -20,5 +20,77 @@
+ From 48a53617e713012f4f725fea84f02789b9b2ff74 Mon Sep 17 00:00:00 2001 From: oyeong011 Date: Sun, 13 Oct 2024 22:59:26 +0900 Subject: [PATCH 2/2] =?UTF-8?q?[FIX/HM-145]=20=EC=9D=B8=EC=95=B1=EC=97=90?= =?UTF-8?q?=EC=84=9C=20=EC=99=B8=EB=B6=80=20=ED=8E=98=EC=9D=B4=EC=A7=80?= =?UTF-8?q?=EB=A1=9C=20=EB=A6=AC=EB=8B=A4=EC=9D=B4=EB=A0=89=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 29d5d37..6218e74 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -11,7 +11,6 @@ import { getUserProfile } from './apis/user.api'; import { getMemberType } from './utils/auth'; import useUserStore from './store/userStore'; import { getTokenFromStorage } from './utils/token'; -import useExternalBrowserRedirect from './hooks/useExternalBrowserRedirect'; if (process.env.NODE_ENV === 'development') { setupLocatorUI(); @@ -44,7 +43,6 @@ function App() { } }, [setUser]); - useExternalBrowserRedirect(); return (