{% extends "base.html" %} {% block title %}{{ provider_name }} — Authorization Failed{% endblock %} {% block content %}

Authorization failed

{{ error }}{% if error_description %}: {{ error_description }}{% endif %}

You can close this tab.

{% endblock %}