{% extends "base.html" %}
{% from "auth/_token_handoff.html" import token_handoff %}
{% block title %}Confirm email change — {{ app_name }}{% endblock %}
{% block content %}
{{ token_handoff("Confirming your new email…", "One moment while we update your account.", ui_prefix) }}
{% endblock %}