diff --git a/app/oauth/templates/oauth/authorize.html b/app/oauth/templates/oauth/authorize.html index 3c0fbe71..0c26a9c0 100644 --- a/app/oauth/templates/oauth/authorize.html +++ b/app/oauth/templates/oauth/authorize.html @@ -23,7 +23,7 @@ {% for scope in client.get_scopes() %}
{% if scope == Scope.AVATAR_URL and user_info[scope.value] %} - {{ scope.value }}: + avatar: {% elif scope == Scope.EMAIL %} {{ scope.value }}: