mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-03-01 02:49:11 +00:00
withValue
used incorrectly
Closes gh-16525 Closes gh-16527 Signed-off-by: NeoTraveler <55753029+NeoTraveler@users.noreply.github.com>
This commit is contained in:
parent
5ff87128b1
commit
e31f04bebc
@ -286,7 +286,7 @@ public class DefaultLoginPageGeneratingFilter extends GenericFilterBean {
|
|||||||
.withValue("passwordParameter", this.passwordParameter)
|
.withValue("passwordParameter", this.passwordParameter)
|
||||||
.withRawHtml("rememberMeInput", renderRememberMe(this.rememberMeParameter))
|
.withRawHtml("rememberMeInput", renderRememberMe(this.rememberMeParameter))
|
||||||
.withRawHtml("hiddenInputs", hiddenInputs)
|
.withRawHtml("hiddenInputs", hiddenInputs)
|
||||||
.withValue("autocomplete", this.passkeysEnabled ? "autocomplete=\"password webauthn\"" : "")
|
.withRawHtml("autocomplete", this.passkeysEnabled ? "autocomplete=\"password webauthn\" " : "")
|
||||||
.render();
|
.render();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user