{% extends "sentry/bases/twofactor_settings.html" %} {% load crispy_forms_tags %} {% load i18n %} {% load sentry_helpers %} {% block twofactor_title %}{% trans "Remove Method:" %} {{ auth.name }}{% endblock %} {% block twofactor_body %}
Do you want to remove the method? You will no longer be able to use it for two-factor authentication afterwards. Removing the last authenticator removes two-factor authentication.
{% if removes_backups %}Removing this authentication method will also automatically remove backup methods such as recovery codes and disable two-factor authentication.
{% endif %} {% endblock %}