Skip to content

Commit

Permalink
novalidate form
Browse files Browse the repository at this point in the history
  • Loading branch information
Lvyshnevska committed Oct 10, 2024
1 parent 2367675 commit d8dcf1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export default function ChangeAdminPassword(props) {
return (
<div className={classes['form__container']}>
{props.user ? (
<form id="ChangePassword" onSubmit={handleSubmit(handleFormSubmit)}>
<form id="ChangePassword" onSubmit={handleSubmit(handleFormSubmit)} noValidate >
<PasswordField
inputId="currentPassword"
name="currentPassword"
Expand Down

0 comments on commit d8dcf1b

Please sign in to comment.