{% extends "layouts/app.html" %} {% block content %}

Two-Factor Authentication

Enter the six-digit code from your authenticator app, or use a recovery code.

{% if session_has("error") %}

{{ session_get("error") }}

{% endif %}
{{ csrf_field() | raw }}
{% endblock %}