mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +00:00
Set autocomplete="one-time-code" on TOTP field
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
{% trans "You configured your account to require authentication with a second medium, e.g. your phone. Please enter your verification code here:" %}
|
{% trans "You configured your account to require authentication with a second medium, e.g. your phone. Please enter your verification code here:" %}
|
||||||
</p>
|
</p>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<input class="form-control" name="token" placeholder="{% trans "Token" %}"
|
<input class="form-control" name="token" placeholder="{% trans "Token" %}" autocomplete="one-time-code"
|
||||||
type="text" required="required" autofocus="autofocus" id="webauthn-response">
|
type="text" required="required" autofocus="autofocus" id="webauthn-response">
|
||||||
</div>
|
</div>
|
||||||
<div class="sr-only alert alert-danger" id="webauthn-error">
|
<div class="sr-only alert alert-danger" id="webauthn-error">
|
||||||
|
|||||||
Reference in New Issue
Block a user