From 7e5030094253e0a587e10f5d3d8b5609aea9db08 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Fri, 23 Mar 2018 13:14:34 +1100 Subject: [PATCH] Switch the scopes checkboxen from Bootstrap's custom ones to browser-native ones, since the custom one wasn't getting us much --- lemonauth/templates/lemonauth/indie.html | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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 %}