Skip to content

Commit

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

Closes keycloak#34091

Signed-off-by: xsrf <[email protected]>
(cherry picked from commit 47a7d9c)

Co-authored-by: Andreas <[email protected]>
Signed-off-by: Erik Jan de Wit <[email protected]>
  • Loading branch information
2 people authored and edewit committed Dec 11, 2024
1 parent a1c6493 commit 9be23e9
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 9be23e9

Please sign in to comment.