chore: sync auth page create password step styles
This commit is contained in:
@@ -9,12 +9,12 @@ import StepEnterOtp from '@/features/auth/components/StepEnterOtp';
|
||||
import { AUTH_PAGE_ELEMENT, AUTH_STEP } from '@/enums';
|
||||
import { useCountdown } from '@/hooks/useCountdown';
|
||||
import StepNewPassword from '@/features/auth/components/StepNewPassword';
|
||||
import { useLogin } from '@/hooks/auth/useLogin';
|
||||
import { useSignup } from '@/hooks/auth/useSignup';
|
||||
import { useCheckUserExistsLazy } from '@/hooks/auth/useCheckUserExists';
|
||||
import { useOtpRequest } from '@/hooks/auth/useOtpRequest';
|
||||
import { useOtpValidation } from '@/hooks/auth/useOtpValidation';
|
||||
import { useResetPassword } from '@/hooks/auth/useResetPassword';
|
||||
// import { useLogin } from '@/hooks/auth/useLogin';
|
||||
// import { useSignup } from '@/hooks/auth/useSignup';
|
||||
// import { useCheckUserExistsLazy } from '@/hooks/auth/useCheckUserExists';
|
||||
// import { useOtpRequest } from '@/hooks/auth/useOtpRequest';
|
||||
// import { useOtpValidation } from '@/hooks/auth/useOtpValidation';
|
||||
// import { useResetPassword } from '@/hooks/auth/useResetPassword';
|
||||
|
||||
type Props = object
|
||||
|
||||
@@ -66,6 +66,7 @@ function AuthIndex({ }: Props) {
|
||||
setNumber(() => e.target.value)
|
||||
}
|
||||
else if (e.target.name == AUTH_PAGE_ELEMENT.INPUT_PASSWORD) {
|
||||
console.log(e.target.value, 's');
|
||||
setPassword(() => e.target.value)
|
||||
}
|
||||
else if (e.target.name == AUTH_PAGE_ELEMENT.INPUT_PASSWORD_REPEAT) {
|
||||
|
||||
Reference in New Issue
Block a user