From 75084782b767f51f6158ada1984cf339c6302960 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 20 Jun 2022 16:42:21 +0200 Subject: Handle input error in custom input text --- .../my-account-change-password.component.html | 36 ++++++++-------------- 1 file changed, 12 insertions(+), 24 deletions(-) (limited to 'client/src/app/+my-account/my-account-settings/my-account-change-password') diff --git a/client/src/app/+my-account/my-account-settings/my-account-change-password/my-account-change-password.component.html b/client/src/app/+my-account/my-account-settings/my-account-change-password/my-account-change-password.component.html index f1deb4273..f961d3294 100644 --- a/client/src/app/+my-account/my-account-settings/my-account-change-password/my-account-change-password.component.html +++ b/client/src/app/+my-account/my-account-settings/my-account-change-password/my-account-change-password.component.html @@ -3,32 +3,20 @@
- -
- {{ formErrors['current-password'] }} -
+ - -
- {{ formErrors['new-password'] }} -
+ - -
- {{ formErrors['new-confirmed-password'] }} -
+
-- cgit v1.2.3