{% extends "default.html" %} {% set active_page = "setting" %} {% block title %}Manage Security Key{% endblock %} {% block head %} {% endblock %} {% block default_content %}

Manage Your Security Key

Unlink all keys will also disable WebAuthn 2FA.

{{ fido_manage_form.csrf_token }} {{ fido_manage_form.credential_id(class="form-control", placeholder="") }}
{% for key in keys %} {% endfor %}
ID Name Linked At Operation
{{ key.id }} {{ key.name }} {{ key.created_at | dt }}
# Link a New Key
{% endblock %}