summaryrefslogtreecommitdiff
path: root/components/login/login-form-shi.tsx
diff options
context:
space:
mode:
authorjoonhoekim <26rote@gmail.com>2025-08-25 10:52:24 +0000
committerjoonhoekim <26rote@gmail.com>2025-08-25 10:52:24 +0000
commit83f67ed333f0237b434a41d1eceef417c0d48313 (patch)
treeeb911edaccf778e78be5564416748ff577a8aa76 /components/login/login-form-shi.tsx
parent780d56edd3772813b4e557061a3c90d9f7d1ddd0 (diff)
(김준회) 설정 변경 및 WSDL namespace 반영, 로그인 완료시 dashboard 이동 (콜백 없을 때)
Diffstat (limited to 'components/login/login-form-shi.tsx')
-rw-r--r--components/login/login-form-shi.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/login/login-form-shi.tsx b/components/login/login-form-shi.tsx
index 1a554cbc..0be6709a 100644
--- a/components/login/login-form-shi.tsx
+++ b/components/login/login-form-shi.tsx
@@ -130,7 +130,7 @@ export function LoginFormSHI({
}
} else {
// callbackUrl이 없으면 기본 대시보드로 리다이렉트
- router.push(`/${lng}/evcp/report`);
+ router.push(`/${lng}/evcp/dashboard`);
}
} else {