Fix input type for DBC password.

pull/427/head
morpheus65535 5 years ago committed by GitHub
parent efcf5161ad
commit 164230c7cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1312,7 +1312,7 @@
<div class='field'> <div class='field'>
<div class="ui fluid input"> <div class="ui fluid input">
<input id="settings_death_by_captcha_password" name="settings_death_by_captcha_password" <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> </div>
</div> </div>

Loading…
Cancel
Save