disable httpManager

This commit is contained in:
nek0 2018-08-10 20:22:04 +02:00
parent ca66840127
commit 4e15f74245

View file

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