{% if redirect_url and redirect_delay %} {% endif %}
{% block content %} {% if success %}

Email verified

{% if email %}

has been verified.
You are now signed in.

{% else %}

Your email address has been successfully verified.
You are now signed in.

{% endif %} {% if redirect_url %} Continue {% if redirect_delay %}

Redirecting automatically in {{ redirect_delay }} second{{ redirect_delay|pluralize }}…

{% endif %} {% else %}

You can close this tab and return to the app.

{% endif %} {% else %}

{{ error_title|default:"Link invalid" }}

{{ error_message|default:"This verification link is invalid or has already been used. Links expire after 24 hours and can only be used once." }}

{% if redirect_url %} Go back {% endif %} {% endif %} {% endblock %}