{% extends theme("errors/base.html") %} {% set title = _('Passwordless login error') %} {% block details %}

{{ _('If you see this page, you are trying to use the passwordless login without credentials in the browser') }}

{% if g.sentry_event_id %}

{{ _('The error identifier is {id}').format(id=g.sentry_event_id) }}

{% endif %} {% endblock %}