From b114a45f5ff515dd4887e33e808bb02cb109dfff Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Fri, 19 Feb 2021 07:48:46 -0500 Subject: Support not providing an IdP icon when choosing a username. (#9440) --- synapse/res/templates/sso_auth_account_details.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'synapse') diff --git a/synapse/res/templates/sso_auth_account_details.html b/synapse/res/templates/sso_auth_account_details.html index f4fdc40b22..00e1dcdbb8 100644 --- a/synapse/res/templates/sso_auth_account_details.html +++ b/synapse/res/templates/sso_auth_account_details.html @@ -145,7 +145,7 @@ {% if user_attributes.avatar_url or user_attributes.display_name or user_attributes.emails %}
-

Information from {{ idp.idp_name }}

+

{% if idp.idp_icon %}{% endif %}Information from {{ idp.idp_name }}

{% if user_attributes.avatar_url %}