From 27ba9aa61e4a46e0231857c9f165a64cd080e68a Mon Sep 17 00:00:00 2001 From: omair saleh Date: Wed, 12 Aug 2020 04:45:46 +0800 Subject: [PATCH] remove the email from component data --- .../authentication/sections/LoginSectionComponent.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/assets/vue/components/authentication/sections/LoginSectionComponent.vue b/resources/assets/vue/components/authentication/sections/LoginSectionComponent.vue index ff43ad6e..e8f2f495 100644 --- a/resources/assets/vue/components/authentication/sections/LoginSectionComponent.vue +++ b/resources/assets/vue/components/authentication/sections/LoginSectionComponent.vue @@ -96,7 +96,7 @@ return { error: '', parameters: { - email: 'uldvstar@gmail.com' + email: '' } }; },