Merge branch 'dev' into dev-yj
This commit is contained in:
commit
699923f4c1
@ -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)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user