{% extends "sentry/bases/auth.html" %} {% load sentry_assets %} {% load i18n %} {% block title %}{% trans "Sentry Toolbar - Login Success" %} | {{ block.super }}{% endblock %} {% block auth_main %}

You're logged in!

{% if delay_sec %}

This window will automatically close after {{ delay_sec }} seconds.

If not then check the console for errors.

{% endif %}
{% endblock %} {% block scripts_bottom %} {{ block.super }} {% script %} {% endscript %} {% endblock %}