Put the password type back on the email settings password

This commit is contained in:
tidusjar 2020-06-18 08:30:42 +01:00
commit ef87a290bd

View file

@ -83,7 +83,7 @@
<mat-form-field appearance="outline">
<mat-label>Password</mat-label>
<input matInput formControlName="password" matTooltip="The password if authentication is enabled">
<input type="password" matInput formControlName="password" matTooltip="The password if authentication is enabled">
<mat-error *ngIf="emailForm.get('password').hasError('required')">
Password is <strong>required</strong>
</mat-error>