{% extends "base.html" %} {% load i18n %} {% load translations %} {% load authnames %} {% load crispy_forms_tags %} {% load icons %} {% load otp_webauthn %} {% block breadcrumbs %}
{% trans "Authenticator apps generate time-based one-time passwords that are used as a second factor to verify your identity when prompted during sign-in." %}
{% trans "You can also enter the secret key manually:" %}
{% icon "copy.svg" %}{{ totp_key_b32 }}
{% trans "Back to account settings" %}