{% extends "auth/base.html" %} {% block title %}Check your email - {{ site_name() }}{% endblock %} {% block head %} {% endblock %} {% block content %}

Check your email

{% if masked_email %}

We sent a confirmation link to {{ masked_email }}.

{% else %}

We sent you a confirmation link.

{% endif %}

Open it in this browser to finish linking your sign-in method. The link expires in 15 minutes.

If you didn't start this sign-in, you can close this tab and ignore the email.

{% endblock %}