summaryrefslogtreecommitdiff
path: root/components/login/login-form.tsx
diff options
context:
space:
mode:
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]);