From 9dc3eb28cb6dc3ec80b2a0f077f10807be6588cb Mon Sep 17 00:00:00 2001 From: kevinpauer Date: Sat, 7 May 2022 19:11:05 +0200 Subject: [PATCH] Add important validators #134 --- .../user-dialog/user-dialog.component.html | 10 +++- .../user-dialog/user-dialog.component.ts | 47 +++++++++++++------ .../app/Views/profile/profile.component.html | 2 +- 3 files changed, 41 insertions(+), 18 deletions(-) diff --git a/frontend/src/app/Views/dashboard/user-dialog/user-dialog.component.html b/frontend/src/app/Views/dashboard/user-dialog/user-dialog.component.html index e320fba..02e1516 100644 --- a/frontend/src/app/Views/dashboard/user-dialog/user-dialog.component.html +++ b/frontend/src/app/Views/dashboard/user-dialog/user-dialog.component.html @@ -21,7 +21,7 @@
+
+ Password does not match, make sure it is the same! +
@@ -64,6 +67,9 @@ #price="ngModel" type="number" /> +
+ Password does not match, make sure it is the same! +