`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)
 | 
			
		||||
			.withRawHtml("rememberMeInput", renderRememberMe(this.rememberMeParameter))
 | 
			
		||||
			.withRawHtml("hiddenInputs", hiddenInputs)
 | 
			
		||||
			.withValue("autocomplete", this.passkeysEnabled ? "autocomplete=\"password webauthn\"" : "")
 | 
			
		||||
			.withRawHtml("autocomplete", this.passkeysEnabled ? "autocomplete=\"password webauthn\" " : "")
 | 
			
		||||
			.render();
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue