Skip to content

Commit

Permalink
Merge pull request #1189 from OpenConext/bugfix/set-missing-idp-name-…
Browse files Browse the repository at this point in the history
…on-idp-row

Set IdP name on the wayf__idp row
  • Loading branch information
MKodde authored Apr 28, 2022
2 parents 1b415de + e3da809 commit 617da7b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
{% if idp['isDefaultIdp'] %}id="defaultIdp"{% endif %}
tabindex="0"
data-entityid="{{ idp['entityId'] }}"
data-title="{{ idp['displayTitle'] }}"
>
<div class="idp__logo">
{% if idp.logo is not null %}
Expand Down

0 comments on commit 617da7b

Please sign in to comment.