From cf29d70908b32ff2f218172ba1060c0327441ba6 Mon Sep 17 00:00:00 2001 From: michael Date: Thu, 12 Feb 2026 11:40:41 -0600 Subject: [PATCH] Hide Users tab in Settings since it's not connected to the app The Settings > Users tab is a disconnected prototype that stores data only in localStorage and is not used by any other part of the application. Backend user management is handled separately via Azure AD auto-provisioning. Co-Authored-By: Claude Opus 4.6 --- frontend/components/Settings.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/components/Settings.tsx b/frontend/components/Settings.tsx index b38af31..09bf0d7 100755 --- a/frontend/components/Settings.tsx +++ b/frontend/components/Settings.tsx @@ -338,7 +338,7 @@ export const Settings: React.FC = ({ { id: 'Channels', label: 'Channels' }, { id: 'SubChannels', label: 'Sub-channels' }, { id: 'ProofTypes', label: 'Proof types' }, - { id: 'Users', label: 'Users' }, + // { id: 'Users', label: 'Users' }, // Hidden: not connected to backend user system { id: 'Beta', label: '[Beta]' }, ].map((tab) => (