Describe the bug
<input type="password" id="password" name="password" placeholder="Password" autocomplete="password webauthn"required>
To Reproduce
Config webAuthn and visit /login
.
Expected behavior
<input type="password" id="password" name="password" placeholder="Password" autocomplete="password webauthn" required>
Comment From: jzheaux
Closed in favor of https://github.com/spring-projects/spring-security/pull/16527