diff --git a/lemonauth/templates/lemonauth/indie.html b/lemonauth/templates/lemonauth/indie.html index 8122732..f59c82c 100644 --- a/lemonauth/templates/lemonauth/indie.html +++ b/lemonauth/templates/lemonauth/indie.html @@ -28,13 +28,12 @@

do you want to confirm your identity, {{ me }}, with this app?

{% if params.response_type == 'code' %}

additionally, this app is requesting the following scopes - you can edit the scopes that will be granted to the app, if you wish

-
+
{% for scope in scopes %} - +
+ + +
{% endfor %}
{% endif %}