chore(login): do not login via modal
This commit is contained in:
parent
4c109538ee
commit
9856272734
@ -560,7 +560,7 @@ defaultLinks = fmap catMaybes . mapM runMaybeT $ -- Define the menu items of the
|
|||||||
{ navLabel = MsgMenuLogin
|
{ navLabel = MsgMenuLogin
|
||||||
, navRoute = AuthR LoginR
|
, navRoute = AuthR LoginR
|
||||||
, navAccess' = NavAccessHandler $ is _Nothing <$> maybeAuthId
|
, navAccess' = NavAccessHandler $ is _Nothing <$> maybeAuthId
|
||||||
, navType = NavTypeLink { navModal = True }
|
, navType = NavTypeLink { navModal = False }
|
||||||
, navQuick' = mempty
|
, navQuick' = mempty
|
||||||
, navForceActive = False
|
, navForceActive = False
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user