{% extends 'frontend/base.html.j2' %} {% block content %}

Passkey Credentials list

{% for credential in credentials %} {% endfor %}
name id last used created at actions
{{ credential.name }} {{ credential.credential_id[0:8].hex() }}... {{ credential.last_used }} {{ credential.created_at }}... {{ render_form(button_form, action_url=url_for('.passkey_delete', id=credential.id), action_text='delete', btn_class='btn btn-danger') }}
Add new Passkey
{% endblock %}