Merge branch '6.4.x'

This commit is contained in:
Josh Cummings 2025-02-03 10:19:31 -07:00
commit 0f8e1936ff
No known key found for this signature in database
GPG Key ID: 869B37A20E876129

View File

@ -286,7 +286,7 @@ public class DefaultLoginPageGeneratingFilter extends GenericFilterBean {
.withValue("passwordParameter", this.passwordParameter)
.withRawHtml("rememberMeInput", renderRememberMe(this.rememberMeParameter))
.withRawHtml("hiddenInputs", hiddenInputs)
.withValue("autocomplete", this.passkeysEnabled ? "autocomplete=\"password webauthn\"" : "")
.withRawHtml("autocomplete", this.passkeysEnabled ? "autocomplete=\"password webauthn\" " : "")
.render();
}