Default form render error #16525
Labels
in: web
An issue in web modules (web, webmvc)
status: duplicate
A duplicate of another issue
type: bug
A general bug
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>
The text was updated successfully, but these errors were encountered: