summaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
Diffstat (limited to 'components')
-rw-r--r--components/login/login-form-shi.tsx2
-rw-r--r--components/login/login-form.tsx2
2 files changed, 2 insertions, 2 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 {
diff --git a/components/login/login-form.tsx b/components/login/login-form.tsx
index 6aca755f..67d9f8ac 100644
--- a/components/login/login-form.tsx
+++ b/components/login/login-form.tsx
@@ -85,7 +85,7 @@ export function LoginForm() {
}
} else {
// callbackUrl이 없으면 기본 대시보드로 리다이렉트
- router.push(`/${lng}/partners/report`);
+ router.push(`/${lng}/partners/dashboard`);
}
}
}, [status, session, router, lng, searchParams]);