chore: remove outdated install wizard

This commit is contained in:
Christomatt
2026-02-01 03:26:03 +01:00
parent 9b22b2a944
commit 4323ae90f8
3 changed files with 1 additions and 329 deletions
+1 -2
View File
@@ -12,8 +12,7 @@ export function LayoutWrapper({ children }: { children: React.ReactNode }) {
// Paths that should NOT have the app layout
const isStandalone =
pathname === '/login' ||
pathname === '/register' ||
pathname?.startsWith('/install');
pathname === '/register';
// Hide right sidebar on chat page for more space
const hideRightSidebar = false;