diff --git a/src/views/profile-forms/Contacts.vue b/src/views/profile-forms/Contacts.vue index 9862e68..10acdcb 100644 --- a/src/views/profile-forms/Contacts.vue +++ b/src/views/profile-forms/Contacts.vue @@ -218,7 +218,7 @@ const onRegister = async () => { validate.value.$touch(); // if form is invalid - if (validate.value.$invalid) return; + // if (validate.value.$invalid) return; try { isLoading.value = true;