mirror of
https://github.com/morpheus65535/bazarr
synced 2025-02-20 13:07:03 +00:00
Fix input type for DBC password.
This commit is contained in:
parent
efcf5161ad
commit
164230c7cd
1 changed files with 1 additions and 1 deletions
|
@ -1312,7 +1312,7 @@
|
|||
<div class='field'>
|
||||
<div class="ui fluid input">
|
||||
<input id="settings_death_by_captcha_password" name="settings_death_by_captcha_password"
|
||||
type="text" value="{{ settings.deathbycaptcha.password }}">
|
||||
type="password" value="{{ settings.deathbycaptcha.password }}">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue