providers/saml: fix Autosubmit Challenge
This commit is contained in:
@ -34,7 +34,7 @@ export class AutosubmitStage extends BaseStage {
|
||||
</h1>
|
||||
</header>
|
||||
<div class="pf-c-login__main-body">
|
||||
<form class="pf-c-form" >
|
||||
<form class="pf-c-form" action="${this.challenge.url}" method="POST">
|
||||
${Object.entries(this.challenge.attrs).map(([ key, value ]) => {
|
||||
return html`<input type="hidden" name="${key}" value="${value}">`;
|
||||
})}
|
||||
|
||||
Reference in New Issue
Block a user