{% extends "base.html" %} {% block title %}Verify Your Identity - Gondulf{% endblock %} {% block content %}
To sign in as {{ domain }}, please enter the verification code sent to {{ masked_email }}.
{% if error %}{{ error }}
Did not receive a code? Check your spam folder. Request a new code
{% endblock %}