We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e81c51c commit ac73996Copy full SHA for ac73996
src/main/resources/static/auth-login.html
@@ -26,7 +26,7 @@ <h1 class="auth-subtitle">Welcome to Redis Enterprise Bank!</h1>
26
27
<form name="f" action="/perform_login" method="POST">
28
<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">
+ <input type="text" name="username" class="form-control form-control-xl" placeholder="Username" autofocus>
30
<div class="form-control-icon">
31
<i class="bi bi-person"></i>
32
</div>
0 commit comments