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

Scan QR Code

Scan this QR code with your authenticator app, then enter the six-digit code below.

{% if session_has("error") %}

{{ session_get("error") }}

{% endif %}

Manual key: {{ secret }}

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