This commit is contained in:
focp212@naver.com
2025-10-13 10:55:42 +09:00
parent 0aa192b232
commit 0273046b8b

View File

@@ -168,12 +168,15 @@ export const SubLayout = () => {
}
useEffect(() => {
handleLogin();
// handleRequestToken();
/*
if (isNativeEnvironment) {
handleRequestToken();
} else {
handleLogin();
}
*/
}, []);
return (