From 4e15f742450429df0911c24c21064676f6c0350a Mon Sep 17 00:00:00 2001 From: nek0 Date: Fri, 10 Aug 2018 20:22:04 +0200 Subject: [PATCH] disable httpManager --- Foundation.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Foundation.hs b/Foundation.hs index 18d8df6..b1d6123 100644 --- a/Foundation.hs +++ b/Foundation.hs @@ -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