From 4f6ba501567c7febe54cf2b4058e80d3862dcb25 Mon Sep 17 00:00:00 2001 From: Filip Gralinski Date: Sat, 10 Nov 2018 10:38:16 +0100 Subject: [PATCH] Fix showing Dashboard --- Foundation.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/Foundation.hs b/Foundation.hs index 418e266..43f942b 100644 --- a/Foundation.hs +++ b/Foundation.hs @@ -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