{% extends "auth/base.html" %} {% block title %}Verify Sign-In - {{ site_name() }}{% endblock %} {% block head %} {% endblock %} {% block content %}

Verify Your Sign-In

One more step is required before this session is fully signed in.

{% if pending_auth.email %} Signed in as {{ pending_auth.email }} {% elif pending_auth.name %} Signed in as {{ pending_auth.name }} {% else %} Complete your configured verification method below. {% endif %}

{% endblock %}