chore(login): do not login via modal

This commit is contained in:
Sarah Vaupel 2024-03-11 14:23:35 +01:00
parent 4c109538ee
commit 9856272734

View File

@ -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
}