Skip to content
Snippets Groups Projects
Verified Commit 7eccf636 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FEAT #7659 add modal password change

parent 1523dd4b
No related branches found
No related tags found
No related merge requests found
<h2 mat-dialog-title color="primary" *ngIf="data.state=='BEGIN'">{{lang.hello}} <b>{{data.user.firstname}} {{data.user.lastname}}</b>, <br/>{{lang.changePasswordInfo}}.</h2>
<h2 mat-dialog-title color="primary" *ngIf="data.state=='END'"><i class="fa fa-check-circle fa-2x"></i> <span style="padding-left: 10px;">{{lang.passwordChanged}}</span></h2>
<mat-dialog-content>
<mat-dialog-actions style="margin: 5px;margin-bottom:0px;justify-content:center;">
<button mat-raised-button color="primary" (click)="dialogRef.close()" *ngIf="data.state=='BEGIN'">Ok</button>
<button mat-raised-button color="primary" (click)="logout()" *ngIf="data.state=='END'">{{lang.reconnect}}</button>
</mat-dialog-actions>
</mat-dialog-content>
\ No newline at end of file
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