From a29e44244edc1c6b70b2ca1c974b5de3b5340647 Mon Sep 17 00:00:00 2001 From: "Tom.KST" Date: Tue, 1 Jul 2025 11:06:22 +0800 Subject: [PATCH 1/2] Update login.ejs Bug found: /js/login_bundle.js has been changed to /js/login.js ------ This caused dashboard page could be accessed, but can't login after input ID & PWD... --- frontend/html/login.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/html/login.ejs b/frontend/html/login.ejs index bc4b9a27f..d97642d5a 100644 --- a/frontend/html/login.ejs +++ b/frontend/html/login.ejs @@ -5,5 +5,5 @@ - + <%- include partials/footer.ejs %> From 1157c5602f524e3a39c510363e8c5cae2a0f185a Mon Sep 17 00:00:00 2001 From: "Tom.KST" Date: Tue, 1 Jul 2025 12:51:21 +0800 Subject: [PATCH 2/2] Update index.ejs --- frontend/html/index.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/html/index.ejs b/frontend/html/index.ejs index ae08b012e..fa7cacfc2 100644 --- a/frontend/html/index.ejs +++ b/frontend/html/index.ejs @@ -5,5 +5,5 @@ - + <%- include partials/footer.ejs %>