From 6693286a8f9c07e7e9ac4ea3421b0698f00240c8 Mon Sep 17 00:00:00 2001
From: "hamza.hramchi" <hamza.hramchi@xelians.fr>
Date: Fri, 18 Dec 2020 18:02:40 +0100
Subject: [PATCH] FEAT #15703 TIME 0:15 show password rules

---
 src/frontend/app/profile/profile.component.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/frontend/app/profile/profile.component.html b/src/frontend/app/profile/profile.component.html
index 49b3839b69..d9fbb062b9 100644
--- a/src/frontend/app/profile/profile.component.html
+++ b/src/frontend/app/profile/profile.component.html
@@ -76,6 +76,7 @@
                             <ion-icon slot="icon-only" color="primary"
                                 [name]="hideNewPassword ? 'eye-outline' : 'eye-off-outline'"></ion-icon>
                         </ion-button>
+                        <ion-note color="danger" *ngIf="this.handlePassword.error"> {{ this.handlePassword.errorMsg | translate}}</ion-note>
                     </ion-item>
                     <ion-item>
                         <ion-label color="secondary" position="stacked">{{'lang.passwordConfirmation' | translate}}
-- 
GitLab