Skip to content

Commit 0f8e193

Browse files
committed
Merge branch '6.4.x'
2 parents 5efc60d + e31f04b commit 0f8e193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/main/java/org/springframework/security/web/authentication/ui/DefaultLoginPageGeneratingFilter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ private String renderFormLogin(HttpServletRequest request, boolean loginError, b
286286
.withValue("passwordParameter", this.passwordParameter)
287287
.withRawHtml("rememberMeInput", renderRememberMe(this.rememberMeParameter))
288288
.withRawHtml("hiddenInputs", hiddenInputs)
289-
.withValue("autocomplete", this.passkeysEnabled ? "autocomplete=\"password webauthn\"" : "")
289+
.withRawHtml("autocomplete", this.passkeysEnabled ? "autocomplete=\"password webauthn\" " : "")
290290
.render();
291291
}
292292

0 commit comments

Comments
 (0)