From ed8eb846179f06bcb7a00938ed0bb62e2d3451e0 Mon Sep 17 00:00:00 2001 From: Dominik Pschenitschni Date: Sun, 10 Apr 2022 19:00:11 +0000 Subject: [PATCH] feat: improve password component (#1802) Co-authored-by: Dominik Pschenitschni Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1802 Reviewed-by: konrad Co-authored-by: Dominik Pschenitschni Co-committed-by: Dominik Pschenitschni --- src/components/input/password.vue | 34 ++++++++++++++----------------- 1 file changed, 15 insertions(+), 19 deletions(-) diff --git a/src/components/input/password.vue b/src/components/input/password.vue index eb73683db..d32bae9c4 100644 --- a/src/components/input/password.vue +++ b/src/components/input/password.vue @@ -13,13 +13,13 @@ @focusout="validate" @input="handleInput" /> - - +

{{ $t('user.auth.passwordRequired') }} @@ -29,6 +29,7 @@