{% extends "base.html" %} {% block title %}Verify Your Identity - Gondulf{% endblock %} {% block content %}

Verify Your Identity

To sign in as {{ domain }}, please enter the verification code sent to {{ masked_email }}.

{% if error %}

{{ error }}

{% endif %}

Did not receive a code? Check your spam folder. Request a new code

{% endblock %}