{% extends 'base.html.twig' %} {% block title %}Set Up Two-Factor Authentication{% endblock %} {% block body %}
Scan this QR code with your authenticator app (Google Authenticator, Authy, etc.):
{{ qr_code_image_data_uri(qr_code_url) }}Or enter this secret manually: {{ secret }}
After scanning, verify your setup by logging in again.
Back