From d6749bcd41bc8b00a29bb04560cf5016fdba22b2 Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Thu, 30 Oct 2025 23:18:50 +0100 Subject: [PATCH] Add way to access profiles without log in during dev --- web/pages/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/web/pages/index.tsx b/web/pages/index.tsx index 553e731..936d10a 100644 --- a/web/pages/index.tsx +++ b/web/pages/index.tsx @@ -18,6 +18,7 @@ export default function ProfilesPage() { + {/**/} {user ? : }