diff --git a/lemonauth/templates/lemonauth/indie.html b/lemonauth/templates/lemonauth/indie.html index adacbc2..ea2c089 100644 --- a/lemonauth/templates/lemonauth/indie.html +++ b/lemonauth/templates/lemonauth/indie.html @@ -3,22 +3,28 @@

- {{ params.client_id }} + sign in to + + {{ params.client_id }} +

-

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

+

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

+

you will be redirected to {{ params.redirect_uri }} after authorising this app

{% csrf_token %} + {% if params.state %} + + {% endif %}
{% endblock %}