Skip to content

Commit c98a1ab

Browse files
committed
Update
1 parent fa16055 commit c98a1ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/UserSettings/ChangePassword.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const ChangePassword = () => {
1919
handleSubmit,
2020
reset,
2121
getValues,
22-
formState: { errors, isValid, isSubmitting },
22+
formState: { errors, isSubmitting },
2323
} = useForm<UpdatePasswordForm>({
2424
mode: "onBlur",
2525
criteriaMode: "all",

0 commit comments

Comments
 (0)