{% extends "single.html" %} {% block title %}Verify Your Security Key{% endblock %} {% block head %} {% endblock %} {% block single_content %}
Your account is protected with your security key (WebAuthn).

Follow your browser's steps to continue the sign-in process.
{{ fido_token_form.csrf_token }} {{ fido_token_form.sk_assertion(class="form-control", placeholder="") }}
{{ fido_token_form.remember(class="form-check-input", id="remember") }}
{% if enable_otp %}
Don't have your key with you?
Verify by One-Time Password
{% endif %}
If you have troubles with your authentication app, you can use the recovery code to login.
Use Recovery Codes
{% if auto_activate %}{% endif %}
{% endblock %}