{%- import "utils.html" as utils with context -%} {% extends "layout.html" %} {% block content %}
{% if client.logo %} {% endif %}
{% if client.url %} {{ client.name }} {% else %} {{ client.name }} {% endif %}

wants you to login{% if me %} as {{ me }}{% endif %} with the following redirect URI: {{ redirect_uri }}.

{{ utils.embed_csrf_token() }} {% if scopes %}

Scopes

    {% for scope in scopes %}
  • {% endfor %}
{% endif %}
{% endblock %}