mirror of
https://github.com/Jackett/Jackett
synced 2025-02-24 15:21:06 +00:00
Proxy password: Change type to password
Fixes https://github.com/Jackett/Jackett/issues/3485
This commit is contained in:
parent
1db3e93ce1
commit
540dc0fad4
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@
|
|||
</div>
|
||||
<div class="input-area">
|
||||
<span class="input-header">Proxy password: </span>
|
||||
<input id="jackett-proxy-password" class="form-control input-right" type="text" value="" placeholder="">
|
||||
<input id="jackett-proxy-password" class="form-control input-right" type="password" value="" placeholder="">
|
||||
</div>
|
||||
|
||||
<div class="input-area">
|
||||
|
|
Loading…
Reference in a new issue