diff options
Diffstat (limited to 'components/login/login-form-shi.tsx')
| -rw-r--r-- | components/login/login-form-shi.tsx | 2 |
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 { |
