diff --git a/frontend/src/components/Inputs/InputEmail.vue b/frontend/src/components/Inputs/InputEmail.vue index 41338fd8c..b83d25fdb 100644 --- a/frontend/src/components/Inputs/InputEmail.vue +++ b/frontend/src/components/Inputs/InputEmail.vue @@ -6,22 +6,20 @@ v-slot="{ errors, valid, validated, ariaInput, ariaMsg }" > - - - - {{ errors[0] }} - - + + + {{ errors[0] }} + diff --git a/frontend/src/components/Inputs/InputPassword.vue b/frontend/src/components/Inputs/InputPassword.vue index 6b72f0b01..15ce116c9 100644 --- a/frontend/src/components/Inputs/InputPassword.vue +++ b/frontend/src/components/Inputs/InputPassword.vue @@ -19,7 +19,11 @@ :state="validated ? valid : false" > - + diff --git a/frontend/src/views/Pages/Register.vue b/frontend/src/views/Pages/Register.vue index 7f475ebae..f8a018a6e 100755 --- a/frontend/src/views/Pages/Register.vue +++ b/frontend/src/views/Pages/Register.vue @@ -121,7 +121,11 @@ > - + @@ -147,7 +151,11 @@ > - +