Skip to content

Commit

Permalink
Set IdP name on the wayf__idp row
Browse files Browse the repository at this point in the history
This display name is assumed to be set on the idp row when sending the
request access mail message. Not having it set here will result in the
mail message not being sent.

See point 3 of: https://www.pivotaltracker.com/story/show/180935719
  • Loading branch information
MKodde committed Apr 28, 2022
1 parent 4ef5324 commit e3da809
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 e3da809

Please sign in to comment.