{% extends "base.html" %} {% block title %}Two-Factor Authentication - Makenotwork{% endblock %} {% block body_attrs %} class="centered-page"{% endblock %} {% block content %}

Makenot.work

{% if let Some(err) = error %}
{{ err }}
{% endif %}

Two-Factor Authentication

Enter the 6-digit code from your authenticator app, or use a backup code.

{% endblock %}