password match rename changes

This commit is contained in:
sriram-at-840620226347 2019-11-19 18:29:32 +05:30
parent 78928a5004
commit a64bab11b4

View File

@ -99,7 +99,7 @@ export class UserProfileComponent implements OnInit {
<input matInput placeholder="Confirm Password" [(ngModel)]="pass.confirmPassword" type="password" style="width: 100%;">
</mat-form-field>
<small *ngIf="pass.confirmPassword !='' && pass.newPassword != pass.confirmPassword" class="mat-text-warn">Passwords do not math.</small>
<small *ngIf="pass.confirmPassword !='' && pass.newPassword != pass.confirmPassword" class="mat-text-warn">Passwords do not match.</small>
<br>