diff options
Diffstat (limited to 'components/layout')
| -rw-r--r-- | components/layout/SessionManager.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/SessionManager.tsx b/components/layout/SessionManager.tsx index c917c5f3..0aca82fb 100644 --- a/components/layout/SessionManager.tsx +++ b/components/layout/SessionManager.tsx @@ -96,7 +96,7 @@ export function SessionManager({ lng }: SessionManagerProps) { const handleAutoLogout = useCallback(() => { setShowExpiredModal(false) setShowWarning(false) - window.location.href = `/${lng}/evcp?reason=expired` + window.location.href = `/${lng}/${session?.user.domain}?reason=expired` }, [lng]) // 세션 만료 체크 |
