diff --git a/src/app/auth/page.tsx b/src/app/auth/page.tsx index ca97e25..3f3df2a 100644 --- a/src/app/auth/page.tsx +++ b/src/app/auth/page.tsx @@ -74,7 +74,7 @@ function AuthIndex ({}: Props) { mustLogin: !number.endsWith('0') }) if (number.endsWith('0')) { - router.push('auth/login') + router.push('auth/signup') } else { router.push('auth/login') } diff --git a/src/features/auth/components/StepNewPassword.tsx b/src/features/auth/components/StepNewPassword.tsx index e72979f..632bc0f 100644 --- a/src/features/auth/components/StepNewPassword.tsx +++ b/src/features/auth/components/StepNewPassword.tsx @@ -131,7 +131,11 @@ function StepNewPassword ({