From 19f0eb5e9bee7b3151778c0c00a54e4de04b3f2e Mon Sep 17 00:00:00 2001 From: Dillon Ngo Date: Tue, 28 Nov 2023 23:17:50 +0800 Subject: [PATCH] Try to solve a problem in user registration not working with saved credentials on Google Chrome --- .../accounts/forms/RegistrationFormComponent.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/resources/assets/vue/components/accounts/forms/RegistrationFormComponent.vue b/resources/assets/vue/components/accounts/forms/RegistrationFormComponent.vue index 926af6de..76fa1a2d 100644 --- a/resources/assets/vue/components/accounts/forms/RegistrationFormComponent.vue +++ b/resources/assets/vue/components/accounts/forms/RegistrationFormComponent.vue @@ -6,7 +6,11 @@
-
+ + + + +
@@ -304,4 +308,4 @@ }, mixins: [registrationFormValidation] } - \ No newline at end of file +