Back to Sentry

Oauth Device Complete

src/sentry/templates/sentry/oauth-device-complete.html

26.7.1358 B
Original Source

{% extends "sentry/bases/auth.html" %} {% block title %}Device Authorization Complete | {{ block.super }}{% endblock %} {% block auth_main %}

{% if application %}

Success!

{{ message }}

You can now close this tab and return to your device.

{% else %}

{{ message }}

You can now close this tab.

{% endif %} Go to Sentry

{% endblock %}