forked from filipg/gonito
Fix showing Dashboard
This commit is contained in:
parent
acf0dd16f7
commit
4f6ba50156
@ -173,6 +173,7 @@ instance Yesod App where
|
|||||||
isAuthorized (ApiTxtScoreR _) _ = return Authorized
|
isAuthorized (ApiTxtScoreR _) _ = return Authorized
|
||||||
|
|
||||||
isAuthorized (ChallengeParamGraphDataR _ _ _) _ = return Authorized
|
isAuthorized (ChallengeParamGraphDataR _ _ _) _ = return Authorized
|
||||||
|
isAuthorized (IndicatorGraphDataR _) _ = return Authorized
|
||||||
|
|
||||||
-- Default to Authorized for now.
|
-- Default to Authorized for now.
|
||||||
isAuthorized _ _ = isTrustedAuthorized
|
isAuthorized _ _ = isTrustedAuthorized
|
||||||
|
Loading…
Reference in New Issue
Block a user