blob: 79ade47a5789d663d484dc6285c7b9f30a14645e (
plain)
1
2
3
4
5
|
{% include 'login/twofactor/key-https-warning.twig' %}
<p>
{% trans "Please connect your FIDO U2F device into your computer's USB port. Then confirm login on the device." %}
</p>
<input id="u2f_authentication_response" name="u2f_authentication_response" value="" type="hidden" data-request="{{ request }}">
|