{% load layout %} {% load sass_tags %} {% load i18n %} {% load static %} {% block title %}BookWyrm{% endblock %} - {{ site.name }}
{% block header %}

{% trans "2FA is available" %}

{% endblock %}

{% trans "You can secure your account by setting up two factor authentication in your user preferences. This will require a one-time code from your phone in addition to your password each time you log in." %}

{% include 'snippets/2fa_footer.html' %}