Skip to content

Commit ac73996

Browse files
committed
Autofocus on login field
1 parent e81c51c commit ac73996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/static/auth-login.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h1 class="auth-subtitle">Welcome to Redis Enterprise Bank!</h1>
2626

2727
<form name="f" action="/perform_login" method="POST">
2828
<div class="form-group position-relative has-icon-left mb-4">
29-
<input type="text" name="username" class="form-control form-control-xl" placeholder="Username">
29+
<input type="text" name="username" class="form-control form-control-xl" placeholder="Username" autofocus>
3030
<div class="form-control-icon">
3131
<i class="bi bi-person"></i>
3232
</div>

0 commit comments

Comments
 (0)