From 0bc971ba966a52d719c8c240b47dc7b3bdea4391 Mon Sep 17 00:00:00 2001 From: Sergey Mankovsky Date: Thu, 18 Dec 2025 20:48:39 +0100 Subject: [PATCH] fix: main menu login (#800) --- www/app/(auth)/userInfo.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/www/app/(auth)/userInfo.tsx b/www/app/(auth)/userInfo.tsx index bf6a5b62..f9725a13 100644 --- a/www/app/(auth)/userInfo.tsx +++ b/www/app/(auth)/userInfo.tsx @@ -13,9 +13,12 @@ export default function UserInfo() { ) : !isAuthenticated && !isRefreshing ? ( auth.signIn("authentik")} + onClick={(e) => { + e.preventDefault(); + auth.signIn("authentik"); + }} > Log in