From 593971ecb53aba2f6b8000632c9dde8a13b09ad4 Mon Sep 17 00:00:00 2001 From: hobokenchicken Date: Thu, 19 Mar 2026 13:39:51 -0400 Subject: [PATCH] fix: resolve TypeError in login error display Added missing span element to login-error div to ensure compatibility with auth.js. --- static/index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/static/index.html b/static/index.html index 9b41c804..33839d63 100644 --- a/static/index.html +++ b/static/index.html @@ -34,7 +34,10 @@ - +