diff --git a/Frontend/sections/ModalSignIn/ModalSignIn.tsx b/Frontend/sections/ModalSignIn/ModalSignIn.tsx index 1c05629..85067ff 100644 --- a/Frontend/sections/ModalSignIn/ModalSignIn.tsx +++ b/Frontend/sections/ModalSignIn/ModalSignIn.tsx @@ -12,6 +12,7 @@ function ModalSignIn() { const { register, handleSubmit, + reset, formState: { errors }, } = useForm({ resolver: yupResolver(signInValidationSchema), @@ -22,7 +23,13 @@ function ModalSignIn() {