Enable autocomplete for username in login (#34099)

Closes #34091

Signed-off-by: xsrf <xsrf@users.noreply.github.com>
This commit is contained in:
Andreas 2024-10-18 19:08:10 +02:00 committed by GitHub
parent 137bbeacf4
commit 47a7d9c12e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,7 +17,7 @@
aria-invalid="<#if messagesPerField.existsError('username')>true</#if>"
class="${properties.kcInputClass!}" name="username"
value="${(login.username!'')}"
type="text" autofocus autocomplete="off"
type="text" autofocus autocomplete="username"
dir="ltr"/>
<#if messagesPerField.existsError('username')>