mirror of
https://github.com/lukin/keywind.git
synced 2025-01-10 09:56:25 +00:00
fix retry error due to missing form id
This commit is contained in:
parent
1d93e03d1b
commit
2c5c3f0c7c
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
}
|
||||
</script>
|
||||
|
||||
<form action="${url.loginAction}" method="post" class="m-0">
|
||||
<form id="kc-error-credential-form" action="${url.loginAction}" method="post" class="m-0">
|
||||
<input type="hidden" id="executionValue" name="authenticationExecution"/>
|
||||
<input type="hidden" id="isSetRetry" name="isSetRetry"/>
|
||||
</form>
|
||||
|
|
Loading…
Reference in a new issue