From e8a4f637dfa10510b350b95efaa4b5eb9a8f6f28 Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Mon, 16 Feb 2026 19:01:17 -0800 Subject: Fix CSP violation on login page by moving inline script to external file --- web/static/login.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'web/static/login.html') diff --git a/web/static/login.html b/web/static/login.html index c469528..49034a6 100644 --- a/web/static/login.html +++ b/web/static/login.html @@ -1,5 +1,6 @@ + @@ -112,6 +113,7 @@ } +

Welcome Back

@@ -127,13 +129,11 @@
- + - + + \ No newline at end of file -- cgit v1.2.3