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

Email address updated

{% if new_email %}

Your email has been changed to .
You are now signed in with your new address.

{% else %}

Your email address has been successfully updated.
You are now signed in with your new address.

{% 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 email change link is invalid or has already been used. Links expire after 1 hour and can only be used once." }}

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