From 01fc513621b5d5f6fb7dc78062c102eca0aef042 Mon Sep 17 00:00:00 2001 From: yangdx Date: Mon, 7 Apr 2025 05:00:42 +0800 Subject: [PATCH 1/5] refactor(login): update input field IDs to be more specific Changed username/password input IDs from generic 'username'/'password' to more explicit 'username-input'/'password-input' and updated corresponding label htmlFor attributes for better clarity and consistency. --- lightrag_webui/src/features/LoginPage.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lightrag_webui/src/features/LoginPage.tsx b/lightrag_webui/src/features/LoginPage.tsx index fc60370c..9f7b5102 100644 --- a/lightrag_webui/src/features/LoginPage.tsx +++ b/lightrag_webui/src/features/LoginPage.tsx @@ -148,11 +148,11 @@ const LoginPage = () => {
-
-