diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-07-10 09:55:45 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-07-10 09:55:45 +0000 |
| commit | c657ef972feeafff16ab0e07cb4771f7dd141ba0 (patch) | |
| tree | befabd884b00d3cc632c628b3e3810f61cc9f38d /components/login/SuccessPage.tsx | |
| parent | b8a03c9d130435a71c5d6217d06ccb0beb9697e5 (diff) | |
(대표님) 20250710 작업사항 - 평가 첨부, 로그인, SEDP 변경 요구사항 반영
Diffstat (limited to 'components/login/SuccessPage.tsx')
| -rw-r--r-- | components/login/SuccessPage.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/login/SuccessPage.tsx b/components/login/SuccessPage.tsx index f9a3c525..5a696441 100644 --- a/components/login/SuccessPage.tsx +++ b/components/login/SuccessPage.tsx @@ -19,7 +19,7 @@ export default function SuccessPage({ message }: Props) { // 3초 후 자동 리다이렉트 useEffect(() => { const timer = setTimeout(() => { - router.push('/parnters'); + router.push('/partners'); }, 3000); return () => clearTimeout(timer); |
