diff --git a/adhocracy-plus/templates/socialaccount/snippets/provider_list.html b/adhocracy-plus/templates/socialaccount/snippets/provider_list.html index 56808dd6e..f11563ee2 100644 --- a/adhocracy-plus/templates/socialaccount/snippets/provider_list.html +++ b/adhocracy-plus/templates/socialaccount/snippets/provider_list.html @@ -11,10 +11,21 @@

{% translate "Login with social media account" %}

{% if provider.id == "openid" %} {% for brand in provider.get_brands %}
- {{ brand.name }} + + {{ brand.id }} +
{% endfor %} {% endif %}