1
0
Fork 0
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:
morpheus65535 2019-05-01 06:31:15 -04:00 committed by GitHub
parent efcf5161ad
commit 164230c7cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>