Skip to content

Commit

Permalink
fix POST method Button
Browse files Browse the repository at this point in the history
  • Loading branch information
damikael committed Feb 1, 2024
1 parent 7f3fa45 commit 48d4b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/sdk/spid-php.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@
$button_li .= "
<li class=\"spid-idp-button-link\" data-idp=\"" . $registry_idp_entity['organization_name'] . "\">
<button class=\"idp-button-idp-logo\"
name=\"" . $registry_idp_entity['organization_name'] ."\"
name=\"idp\"
value=\"" . $registry_idp_entity['organization_name'] . "\" type=\"submit\">
<span class=\"spid-sr-only\">" . $registry_idp_entity['organization_name'] . "</span>
<img class=\"spid-idp-button-logo\"
Expand Down

0 comments on commit 48d4b64

Please sign in to comment.