From 4c51a1429b00001046ce210d45a1956bfae3cb9d Mon Sep 17 00:00:00 2001 From: Hannes Heine Date: Tue, 20 Jul 2021 12:30:57 +0200 Subject: [PATCH] Replaced form for Email, Password and PasswordConfirm to the existing components. --- frontend/src/views/Pages/Register.vue | 90 +++------------------------ 1 file changed, 7 insertions(+), 83 deletions(-) diff --git a/frontend/src/views/Pages/Register.vue b/frontend/src/views/Pages/Register.vue index f8a018a6e..6f3e3af12 100755 --- a/frontend/src/views/Pages/Register.vue +++ b/frontend/src/views/Pages/Register.vue @@ -76,91 +76,11 @@ - - - - - - {{ validationContext.errors[0] }} - - - +
- - - - - - - - - - - - - - {{ validationContext.errors[0] }} - - - - - - - - - - - - - - - + +
@@ -232,8 +152,12 @@