diff options
Diffstat (limited to 'bin/ui')
| -rwxr-xr-x | bin/ui | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -118,11 +118,11 @@ class UI <h2>Sending SAML Request (SP -> IdP)</h2> <textarea readonly="readonly" disabled="disabled" cols=225 rows=6><%=- @saml_builder.to_xml(pretty: true) -%></textarea> - <form action="<%= uri %>" method="post"> + <form id="idp-form" action="<%= uri %>" method="post"> <%- saml_params.each do |(key, value)| -%> <input type="hidden" name="<%= key %>" value="<%= value %>" /> <%- end -%> - <input type="submit" value="Submit" /> + <input id="submit-button" type="submit" value="Submit" /> </form> </body> </html> |
