Skip to content
Snippets Groups Projects
Commit 1713dbb2 authored by Hamza HRAMCHI's avatar Hamza HRAMCHI
Browse files

FEAT #15550 TIME 0:04 put a delimitation between the information and the change password part

parent db7b38da
No related branches found
No related tags found
No related merge requests found
...@@ -386,6 +386,7 @@ ...@@ -386,6 +386,7 @@
"reorder" : "Réorganiser", "reorder" : "Réorganiser",
"goToPage": "Aller à la page", "goToPage": "Aller à la page",
"loadingDocument": "Chargement du document", "loadingDocument": "Chargement du document",
"affixSignature": "Apposer une signature" "affixSignature": "Apposer une signature",
"changePassword": "Changer de mot de passe"
} }
} }
...@@ -51,8 +51,11 @@ ...@@ -51,8 +51,11 @@
<ion-label color="secondary" position="floating">{{'lang.lastname' | translate}}</ion-label> <ion-label color="secondary" position="floating">{{'lang.lastname' | translate}}</ion-label>
<ion-input name="lastname" [(ngModel)]="profileInfo.lastname" [readonly]="authService.authMode !== 'default'" required></ion-input> <ion-input name="lastname" [(ngModel)]="profileInfo.lastname" [readonly]="authService.authMode !== 'default'" required></ion-input>
</ion-item> </ion-item>
<ion-list-header lines="none">
<ion-label color="primary">{{'lang.changePassword' | translate}}</ion-label>
</ion-list-header>
<ion-item> <ion-item>
<ion-label color="secondary" position="stacked">Changer de mot passe</ion-label> <ion-label color="secondary" position="stacked">{{'lang.changePassword' | translate}}</ion-label>
<ion-input name="currentPassword" [(ngModel)]="password.currentPassword" <ion-input name="currentPassword" [(ngModel)]="password.currentPassword"
placeholder="{{'lang.currentPassword' | translate}}" placeholder="{{'lang.currentPassword' | translate}}"
[type]="hideCurrentPassword ? 'password' : 'text'"></ion-input> [type]="hideCurrentPassword ? 'password' : 'text'"></ion-input>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment