물건상세화면에서 로그아웃 -> 뒤로가기 .. 처리수정 Header.jsx

This commit is contained in:
basssy 2025-03-07 12:30:41 +09:00
parent eeb13ce9b5
commit b69c9953c7

View File

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