mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-25 22:36:59 -04:00
Password fields are now password fields, they hide entered text.
This commit is contained in:
@@ -80,7 +80,7 @@
|
||||
<label class="labelClass">@Html.LabelFor(m => m.NewzbinPassword)
|
||||
<span class="small">@Html.DescriptionFor(m => m.NewzbinPassword)</span>
|
||||
</label>
|
||||
@Html.TextBoxFor(m => m.NewzbinPassword, new { @class = "inputClass" })
|
||||
@Html.PasswordFor(m => m.NewzbinPassword, new { @class = "inputClass" })
|
||||
</div>
|
||||
<h3>
|
||||
<a href="#">Newznab</a></h3>
|
||||
|
||||
Reference in New Issue
Block a user