diff --git a/src/components/atomComponents/PasswordInput.tsx b/src/components/atomComponents/PasswordInput.tsx index 503f3415..856b76cc 100644 --- a/src/components/atomComponents/PasswordInput.tsx +++ b/src/components/atomComponents/PasswordInput.tsx @@ -27,7 +27,7 @@ function PasswordInput({ value, placeholder, passWordOnChange, page }: ValueProp onChange={passWordOnChange} $iserror={value.length < 4} type={inputType ? `number` : undefined} - inputmode="numeric" + inputMode="numeric" /> {inputType ? : }