fix ModalRegistration

This commit is contained in:
2024-01-09 20:13:51 +03:00
parent 4b0176079e
commit 0764002a60
2 changed files with 8 additions and 3 deletions

View File

@ -102,6 +102,9 @@ export const useFormValidation = (
} catch (error) {
console.error("Error submitting form:", error);
}
return true;
} else {
return false;
}
};