From 96c37f92e28a49b44ad9d3ae76d3e1088b567b05 Mon Sep 17 00:00:00 2001 From: Christian Vidal Wolf Date: Fri, 24 Apr 2026 13:47:31 +0200 Subject: [PATCH] security: restrict AI settings to authorized admin email --- src/components/TopBar.tsx | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/src/components/TopBar.tsx b/src/components/TopBar.tsx index 6fca2a4..199db4f 100644 --- a/src/components/TopBar.tsx +++ b/src/components/TopBar.tsx @@ -192,14 +192,16 @@ export function TopBar({ stats, activeModule, onExport, onRefresh, hasData, hasU MAXIMIZE - + {userEmail === 'christian.vidal@craze-group.com' && ( + + )}