From 75831be14e22440565159036366e96c86bf2d99d Mon Sep 17 00:00:00 2001 From: James Magahern Date: Sat, 14 Feb 2026 21:43:16 -0800 Subject: [PATCH] remove logout button from ui --- web/src/App.tsx | 9 --------- 1 file changed, 9 deletions(-) diff --git a/web/src/App.tsx b/web/src/App.tsx index 70258a5..ee28d67 100644 --- a/web/src/App.tsx +++ b/web/src/App.tsx @@ -891,11 +891,6 @@ export default function App() { } }; - const handleLogout = () => { - setContextMenu(null); - logout(); - resetWorkspaceState(); - }; if (isCheckingSession) { return ( @@ -1014,10 +1009,6 @@ export default function App() { Search mode )} -