Fix showing Dashboard

This commit is contained in:
Filip Gralinski 2018-11-10 10:38:16 +01:00
parent acf0dd16f7
commit 4f6ba50156

View File

@ -173,6 +173,7 @@ instance Yesod App where
isAuthorized (ApiTxtScoreR _) _ = return Authorized
isAuthorized (ChallengeParamGraphDataR _ _ _) _ = return Authorized
isAuthorized (IndicatorGraphDataR _) _ = return Authorized
-- Default to Authorized for now.
isAuthorized _ _ = isTrustedAuthorized