Enable autocomplete for username in login (#34099)
Closes #34091 Signed-off-by: xsrf <xsrf@users.noreply.github.com>
This commit is contained in:
parent
137bbeacf4
commit
47a7d9c12e
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
aria-invalid="<#if messagesPerField.existsError('username')>true</#if>"
|
aria-invalid="<#if messagesPerField.existsError('username')>true</#if>"
|
||||||
class="${properties.kcInputClass!}" name="username"
|
class="${properties.kcInputClass!}" name="username"
|
||||||
value="${(login.username!'')}"
|
value="${(login.username!'')}"
|
||||||
type="text" autofocus autocomplete="off"
|
type="text" autofocus autocomplete="username"
|
||||||
dir="ltr"/>
|
dir="ltr"/>
|
||||||
|
|
||||||
<#if messagesPerField.existsError('username')>
|
<#if messagesPerField.existsError('username')>
|
||||||
|
|
Loading…
Reference in a new issue