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
|
||||
, navRoute = AuthR LoginR
|
||||
, navAccess' = NavAccessHandler $ is _Nothing <$> maybeAuthId
|
||||
, navType = NavTypeLink { navModal = True }
|
||||
, navType = NavTypeLink { navModal = False }
|
||||
, navQuick' = mempty
|
||||
, navForceActive = False
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user