disable httpManager
This commit is contained in:
parent
ca66840127
commit
4e15f74245
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue