From 0dcc8d72cc84555a3c45b6a1b72c0898fe9cc371 Mon Sep 17 00:00:00 2001 From: shrolr Date: Fri, 16 May 2025 14:40:15 +0300 Subject: [PATCH] fix(login): prevent mobile keyboards from capitalizing username input Added 'autocapitalize="none"' to the username input field in the login form to ensure mobile devices do not automatically capitalize the first character. This improves UX for entering usernames on mobile devices. --- src/webui/www/public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webui/www/public/index.html b/src/webui/www/public/index.html index a4dbc540a..60b1b8ecd 100644 --- a/src/webui/www/public/index.html +++ b/src/webui/www/public/index.html @@ -32,7 +32,7 @@

- +