summaryrefslogtreecommitdiff
path: root/components/layout/SessionManager.tsx
diff options
context:
space:
mode:
authordujinkim <dujin.kim@dtsolution.co.kr>2025-07-02 00:45:49 +0000
committerdujinkim <dujin.kim@dtsolution.co.kr>2025-07-02 00:45:49 +0000
commit2acf5f8966a40c1c9a97680c8dc263ee3f1ad3d1 (patch)
treef406b5c86f563347c7fd088a85fd1a82284dc5ff /components/layout/SessionManager.tsx
parent6a9ca20deddcdcbe8495cf5a73ec7ea5f53f9b55 (diff)
(대표님/최겸) 20250702 변경사항 업데이트
Diffstat (limited to 'components/layout/SessionManager.tsx')
-rw-r--r--components/layout/SessionManager.tsx2
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])
// 세션 만료 체크