From 2b9bda3dce9ea1210d95ecb96fe215f7537cbbd7 Mon Sep 17 00:00:00 2001 From: jeessy2 <6205259+jeessy2@users.noreply.github.com> Date: Thu, 31 Oct 2024 16:57:46 +0800 Subject: [PATCH] Login page autofocus on username (#1303) --- web/login.html | 1 + 1 file changed, 1 insertion(+) diff --git a/web/login.html b/web/login.html index a2ad43e..44ebac6 100755 --- a/web/login.html +++ b/web/login.html @@ -57,6 +57,7 @@ class="form-control form" name="Username" id="Username" + autofocus />