Skip to content
Snippets Groups Projects

Resolve "OpenID Connect: Describe scopes in grant view"

Merged Tom Teichler requested to merge 465-openid-connect-describe-scopes-in-grant-view into master
Files
2
@@ -16,7 +16,7 @@
{% trans "Authorize" %} {{ application.name }}
</div>
<p class="margin-bottom">{% trans "The application requests access to the following scopes:" %}</p>
{% for scope in scopes %}
{% for scope in scopes_descriptions %}
<p class="margin-bottom">
<i class="material-icons left">check</i>
{{ scope }}
Loading