mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Merge branch 'feature/v4' of https://github.com/tidusjar/ombi into feature/v4
This commit is contained in:
commit
cc5bbd5042
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue