From 14d689aaf3b83556ca217c2579c3f46eda2dc58d Mon Sep 17 00:00:00 2001 From: ZGaetano Date: Sat, 23 May 2026 09:13:37 -0400 Subject: [PATCH] fix(shell): sidebar user name/avatar/role from ZAMPP_DATA.ME instead of hardcoded ZG --- services/web-ui/public/shell.jsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/services/web-ui/public/shell.jsx b/services/web-ui/public/shell.jsx index cc66a99..d777fca 100644 --- a/services/web-ui/public/shell.jsx +++ b/services/web-ui/public/shell.jsx @@ -127,10 +127,10 @@ function Sidebar({ active, onNavigate }) { ))}
-
ZG
+
{(window.ZAMPP_DATA.ME?.initials) || 'ZG'}
-
Zach Gaetano
-
admin · broadcast
+
{window.ZAMPP_DATA.ME?.name || 'Admin'}
+
{window.ZAMPP_DATA.ME?.role || 'admin'}