Fix logout redirects and unauthenticated home rendering

This commit is contained in:
Linus Rath
2026-03-19 17:01:27 +01:00
parent 9fa851a674
commit 0b721661e9
4 changed files with 179 additions and 8 deletions
+4
View File
@@ -1022,6 +1022,10 @@ export default function Home() {
</button>
);
if (!isAuthenticated) {
return null;
}
return (
<DragDropProvider>
<div className="flex flex-col h-dvh bg-background overflow-hidden">