From 64c696231604205de10bc3b22c8957848cf54b60 Mon Sep 17 00:00:00 2001 From: omair saleh Date: Mon, 14 Sep 2020 17:36:45 +0800 Subject: [PATCH] add phone number validation to accept only numbers --- .../authentication/forms/RegistrationFormComponent.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/assets/vue/components/authentication/forms/RegistrationFormComponent.vue b/resources/assets/vue/components/authentication/forms/RegistrationFormComponent.vue index fde55c44..6249c7ad 100644 --- a/resources/assets/vue/components/authentication/forms/RegistrationFormComponent.vue +++ b/resources/assets/vue/components/authentication/forms/RegistrationFormComponent.vue @@ -213,7 +213,7 @@