Merge branch 'dev' into dev-yj
This commit is contained in:
commit
699923f4c1
@ -16,7 +16,7 @@ export const useMainContentsController = () => {
|
||||
useEffect(() => {
|
||||
checkSession().then((res) => {
|
||||
if (!res) {
|
||||
router.replace('/login')
|
||||
router.replace('/login', undefined, { shallow: true })
|
||||
}
|
||||
})
|
||||
setIsGlobalLoading(true)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user