Skip to content

Commit

Permalink
Enable autocomplete for username in login (keycloak#34099)
Browse files Browse the repository at this point in the history
Closes keycloak#34091

Signed-off-by: xsrf <[email protected]>
  • Loading branch information
xsrf authored Oct 18, 2024
1 parent 137bbea commit 47a7d9c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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')>
Expand Down

0 comments on commit 47a7d9c

Please sign in to comment.