mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 10:36:54 -07:00
Fixed the issue where the password box is still shown even when auth with no password is enabled
This commit is contained in:
parent
8d3e22fa72
commit
8832ae793a
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
{{'Login.UsernamePlaceholder' | translate}} is <strong>required</strong></mat-error>
|
||||
</mat-form-field>
|
||||
|
||||
<mat-form-field class="full-width" appearance="outline">
|
||||
<mat-form-field *ngIf="!authenticationSettings.allowNoPassword" class="full-width" appearance="outline">
|
||||
<mat-label>{{'Login.PasswordPlaceholder' | translate}}</mat-label>
|
||||
<input id="password-field" color="black" type="password" matInput formControlName="password" />
|
||||
</mat-form-field>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue