From f8b9e47696791c29140047e599f01f2995f86217 Mon Sep 17 00:00:00 2001 From: enadhilal Date: Wed, 30 Mar 2022 10:23:32 +0300 Subject: [PATCH] add pre-wrap to all text validation --- .../change-password/change-password.component.html | 14 +++++++------- .../authentication/forgot/forgot.component.html | 12 ++++++------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Mohem/src/app/authentication/change-password/change-password.component.html b/Mohem/src/app/authentication/change-password/change-password.component.html index 8b221303..011785e1 100644 --- a/Mohem/src/app/authentication/change-password/change-password.component.html +++ b/Mohem/src/app/authentication/change-password/change-password.component.html @@ -56,31 +56,31 @@ --> -

{{isLetterCase.text}}

+

{{isLetterCase.text}}

-

{{isHasDigit.text}}

+

{{isHasDigit.text}}

-

{{isMinLength.text}}

+

{{isMinLength.text}}

-

{{isRepeatedLetter.text}}

+

{{isRepeatedLetter.text}}

-

{{isContainSpecialChar.text}}

+

{{isContainSpecialChar.text}}

-

{{confirmMatchNew.text}}

+

{{confirmMatchNew.text}}

-

{{userNameMatchNew.text}}

+

{{userNameMatchNew.text}}

diff --git a/Mohem/src/app/authentication/forgot/forgot.component.html b/Mohem/src/app/authentication/forgot/forgot.component.html index ec9c747d..1c312f0a 100644 --- a/Mohem/src/app/authentication/forgot/forgot.component.html +++ b/Mohem/src/app/authentication/forgot/forgot.component.html @@ -54,27 +54,27 @@ --> -

{{isHasDigit.text}}

+

{{isHasDigit.text}}

-

{{isMinLength.text}}

+

{{isMinLength.text}}

-

{{isRepeatedLetter.text}}

+

{{isRepeatedLetter.text}}

-

{{isContainSpecialChar.text}}

+

{{isContainSpecialChar.text}}

-

{{confirmMatchNew.text}}

+

{{confirmMatchNew.text}}

-

{{userNameMatchNew.text}}

+

{{userNameMatchNew.text}}