Skip to content

Commit 617da7b

Browse files
authored
Merge pull request #1189 from OpenConext/bugfix/set-missing-idp-name-on-idp-row
Set IdP name on the wayf__idp row
2 parents 1b415de + e3da809 commit 617da7b

File tree

1 file changed

+1
-0
lines changed
  • theme/base/templates/modules/Authentication/View/Proxy/Partials/WAYF/idp

1 file changed

+1
-0
lines changed

theme/base/templates/modules/Authentication/View/Proxy/Partials/WAYF/idp/idp.html.twig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
{% if idp['isDefaultIdp'] %}id="defaultIdp"{% endif %}
1414
tabindex="0"
1515
data-entityid="{{ idp['entityId'] }}"
16+
data-title="{{ idp['displayTitle'] }}"
1617
>
1718
<div class="idp__logo">
1819
{% if idp.logo is not null %}

0 commit comments

Comments
 (0)