remove unrelated files and changes as best as possible

This commit is contained in:
Steffen Schwebel
2021-06-02 09:41:08 +02:00
parent 0505b934a1
commit fd933f8dbc
3 changed files with 1 additions and 4 deletions

View File

@ -48,11 +48,9 @@
data-error="Please input your password" required {% if password %}value="{{ password }}" {% endif %}>
<span class="help-block with-errors"></span>
</div>
{% if SETTING.get('otp_field_enabled') %}
<div class="form-group">
<input type="otptoken" class="form-control" placeholder="OTP Token" name="otptoken">
</div>
{% endif %}
{% if SETTING.get('ldap_enabled') and SETTING.get('local_db_enabled') %}
<div class="form-group">
<select class="form-control" name="auth_method">