summaryrefslogtreecommitdiff
path: root/components/login/login-form.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.tsx
parent780d56edd3772813b4e557061a3c90d9f7d1ddd0 (diff)
(김준회) 설정 변경 및 WSDL namespace 반영, 로그인 완료시 dashboard 이동 (콜백 없을 때)
Diffstat (limited to 'components/login/login-form.tsx')
-rw-r--r--components/login/login-form.tsx2
1 files changed, 1 insertions, 1 deletions
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]);