From ca2605999c2880dd6a491345415153f8fb8a082a Mon Sep 17 00:00:00 2001 From: Son NK Date: Thu, 11 Jul 2019 19:35:24 +0200 Subject: [PATCH] display avatar instead of avatar_url --- app/oauth/templates/oauth/authorize.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}: