disable httpManager

This commit is contained in:
nek0 2018-08-10 20:22:04 +02:00
parent ca66840127
commit 4e15f74245
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ instance YesodAuth App where
-- You can add other plugins like BrowserID, email or OAuth here
authPlugins _ = [authHardcoded]
authHttpManager = getHttpManager
-- authHttpManager = getHttpManager
maybeAuthId = do
settings <- getsYesod appSettings