Skip to content

Commit

Permalink
fix: 오타수정
Browse files Browse the repository at this point in the history
  • Loading branch information
eastlaw80 committed Oct 15, 2023
1 parent 466db79 commit 37726e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/atomComponents/PasswordInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
/>
<IconContainer onClick={changePasswordType}>
{inputType ? <PasswordOpenEyeIc /> : <PasswordEyeIc />}
Expand Down

0 comments on commit 37726e9

Please sign in to comment.