{% extends 'base.html' %} {% block body %}
Setup TOTP Setup FIDO
{% if totp_methods or webauthn_methods %} {% for method in totp_methods %} {% endfor %} {% for method in webauthn_methods %} {% endfor %}
Name Registered On
{{ method.name }} {{ method.created }} Delete
{{ method.name }} {{ method.created }} Delete
{% else %} {% endif %} {% endblock %}