From 89ceef444e0b66b1f77e70625cef6bd7a561725c Mon Sep 17 00:00:00 2001 From: Zac Gaetano Date: Thu, 21 May 2026 14:01:52 +0000 Subject: [PATCH] web-ui: include auth-guard.js on home.html and projects.html so the IN DEV badge renders on those pages too --- services/web-ui/public/home.html | 1 + services/web-ui/public/projects.html | 1 + 2 files changed, 2 insertions(+) diff --git a/services/web-ui/public/home.html b/services/web-ui/public/home.html index 7cce68a..28f8d78 100644 --- a/services/web-ui/public/home.html +++ b/services/web-ui/public/home.html @@ -560,5 +560,6 @@ loadStats(); setInterval(loadStats, 15000); + diff --git a/services/web-ui/public/projects.html b/services/web-ui/public/projects.html index be3d7ac..a599e09 100644 --- a/services/web-ui/public/projects.html +++ b/services/web-ui/public/projects.html @@ -575,5 +575,6 @@ document.addEventListener('keydown', e => { if (e.key === 'Escape') document.querySelectorAll('.modal-overlay.open').forEach(m => m.classList.remove('open')); }); loadAll(); +