Skip to content
Snippets Groups Projects
Verified Commit f3171e6d authored by Jonas Leder's avatar Jonas Leder
Browse files

add autocomplete tag

parent 1a4fd72b
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@
<form method="post" action="{{ path('app_profile_totp_enable') }}">
<div class="form-group">
<label for="inputTwoFactorCode">2FA Code</label>
<input type="number" class="form-control" id="inputTwoFactorCode" name="code" aria-describedby="inputTwoFactorCode" placeholder="123456" required min="100000" max="999999">
<input type="number" class="form-control" id="inputTwoFactorCode" name="code" aria-describedby="inputTwoFactorCode" placeholder="123456" required min="100000" max="999999" autocomplete="one-time-code">
</div>
<div class="form-group">
<button type="submit" class="btn btn-primary mt-2">Enable</button>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment