HowTo accessible even if not authorized

This commit is contained in:
Filip Gralinski 2019-11-25 22:45:43 +01:00
parent 9b75d75cbd
commit 8a38fb27af
1 changed files with 1 additions and 0 deletions

View File

@ -168,6 +168,7 @@ instance Yesod App where
isAuthorized DashboardR _ = return Authorized
isAuthorized (ShowChallengeR _) _ = return Authorized
isAuthorized (ChallengeHowToR _) _ = return Authorized
isAuthorized (ChallengeReadmeR _) _ = return Authorized
isAuthorized (ChallengeAllSubmissionsR _) _ = return Authorized
isAuthorized (ChallengeGraphDataR _) _ = return Authorized