login.html: don't suggest previous OTP tokens
This change has been tested to work with: - Chromium 96.0.4664.93 - Firefox 95.0 - Edge 96.0.1054.57
This commit is contained in:
parent
9ef0f2b8d6
commit
7808febad8
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@
|
|||
</div>
|
||||
{% if SETTING.get('otp_field_enabled') %}
|
||||
<div class="form-group">
|
||||
<input type="otptoken" class="form-control" placeholder="OTP Token" name="otptoken">
|
||||
<input type="otptoken" class="form-control" placeholder="OTP Token" name="otptoken" autocomplete="off">
|
||||
</div>
|
||||
{% endif %}
|
||||
{% if SETTING.get('ldap_enabled') and SETTING.get('local_db_enabled') %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue