From 98562727341fd860f5434e8b6481fbf1e5b948c6 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Mon, 11 Mar 2024 14:23:35 +0100 Subject: [PATCH] chore(login): do not login via modal --- src/Foundation/Navigation.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Foundation/Navigation.hs b/src/Foundation/Navigation.hs index 7a38e0459..a52cdbfb6 100644 --- a/src/Foundation/Navigation.hs +++ b/src/Foundation/Navigation.hs @@ -560,7 +560,7 @@ defaultLinks = fmap catMaybes . mapM runMaybeT $ -- Define the menu items of the { navLabel = MsgMenuLogin , navRoute = AuthR LoginR , navAccess' = NavAccessHandler $ is _Nothing <$> maybeAuthId - , navType = NavTypeLink { navModal = True } + , navType = NavTypeLink { navModal = False } , navQuick' = mempty , navForceActive = False }