-
Bug
-
Resolution: Done
-
Undefined
-
None
Before reporting an issue
[x] I have read and understood the above terms for submitting issues, and I understand that my issue may be closed without action if I do not follow them.
Area
login/ui
Describe the bug
See L19 in themes/src/main/resources/theme/keycloak.v2/login/link-idp-action.ftl, last line in this snippet:
Unable to find source-code formatter for language: ftl. Available languages are: actionscript, ada, applescript, bash, c, c#, c++, cpp, css, erlang, go, groovy, haskell, html, java, javascript, js, json, lua, none, nyan, objc, perl, php, python, r, rainbow, ruby, scala, sh, sql, swift, visualbasic, xml, yaml
<form class="${properties.kcFormClass!}" action="${url.loginAction}" method="POST">
<@buttons.actionGroup>
<@buttons.button name="continue" id="kc-continue" label="doContinue" class=["kcButtonPrimaryClass"]/>
<@buttons.button name="cancel-aia" id="kc-cancel" label="doCancel" class=["kcButtonSecondaryClass"]/>
</@buttons.actionGroup>
</form
Version
main
Regression
[ ] The issue is a regression
Expected behavior
Valid HTML.
Actual behavior
Invalid HTML, which causes issues with the footer of our theme. There are no visible issues in the default theme.
How to Reproduce?
...
Anything else?
No response
- links to