Skip to content

Commit

Permalink
Made password input required
Browse files Browse the repository at this point in the history
  • Loading branch information
YanZhylavy committed Apr 19, 2024
1 parent 7750f44 commit 029340d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ const PasswordField = (props) => {
id={inputId}
type={showPassword ? 'text' : 'password'}
placeholder={label}
required
{...register(name,
{
pattern: checkValid && {
Expand Down

0 comments on commit 029340d

Please sign in to comment.