From 78cdab5edc08f8a642755a2ed4ba0699551120b6 Mon Sep 17 00:00:00 2001 From: elweyn Date: Fri, 21 Jan 2022 08:24:33 +0100 Subject: [PATCH] Added a required to the password repeat field, errors are shown immediatly on password repeat --- .../src/components/Inputs/InputPasswordConfirmation.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/frontend/src/components/Inputs/InputPasswordConfirmation.vue b/frontend/src/components/Inputs/InputPasswordConfirmation.vue index ecb3aa55a..8154984ef 100644 --- a/frontend/src/components/Inputs/InputPasswordConfirmation.vue +++ b/frontend/src/components/Inputs/InputPasswordConfirmation.vue @@ -24,8 +24,12 @@