From 0273046b8bca60be3311cfc6e9c8fbc6a971033d Mon Sep 17 00:00:00 2001 From: "focp212@naver.com" Date: Mon, 13 Oct 2025 10:55:42 +0900 Subject: [PATCH] =?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/widgets/sub-layout/index.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/widgets/sub-layout/index.tsx b/src/widgets/sub-layout/index.tsx index 6d3d1d2..6cf299b 100644 --- a/src/widgets/sub-layout/index.tsx +++ b/src/widgets/sub-layout/index.tsx @@ -168,12 +168,15 @@ export const SubLayout = () => { } useEffect(() => { + handleLogin(); // handleRequestToken(); + /* if (isNativeEnvironment) { handleRequestToken(); } else { handleLogin(); } + */ }, []); return (