Merge branch 'dev' into dev-yj

This commit is contained in:
yjnoh 2025-03-07 12:31:57 +09:00
commit 699923f4c1

View File

@ -16,7 +16,7 @@ export const useMainContentsController = () => {
useEffect(() => { useEffect(() => {
checkSession().then((res) => { checkSession().then((res) => {
if (!res) { if (!res) {
router.replace('/login') router.replace('/login', undefined, { shallow: true })
} }
}) })
setIsGlobalLoading(true) setIsGlobalLoading(true)