From d621d59b8b41a2d99ce38d089bfafa8385bb1eb7 Mon Sep 17 00:00:00 2001 From: Mahyar Khanbolooki Date: Thu, 21 Aug 2025 21:08:39 +0330 Subject: [PATCH] fix: auth typos --- src/app/auth/page.tsx | 2 +- src/features/auth/components/StepNewPassword.tsx | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) 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 ({