{% extends "base.html" %} {% block title %}Verify 2FA - {{ brand_name }}{% endblock %} {% block styles %} {% endblock %} {% block content %}
{% if request.args.get('action') == 'register' %} We've sent a verification link and 6-digit code to your email to verify your registration. {% else %} New device detected. Use the link or 6-digit code in your email to continue. {% endif %}