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 )} -