We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa16055 commit c98a1abCopy full SHA for c98a1ab
frontend/src/components/UserSettings/ChangePassword.tsx
@@ -19,7 +19,7 @@ const ChangePassword = () => {
19
handleSubmit,
20
reset,
21
getValues,
22
- formState: { errors, isValid, isSubmitting },
+ formState: { errors, isSubmitting },
23
} = useForm<UpdatePasswordForm>({
24
mode: "onBlur",
25
criteriaMode: "all",
0 commit comments