mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-03-01 19:04:36 +01:00
Fixup example
This commit is contained in:
parent
98ef5f9aae
commit
9c8dd98b3d
@ -78,7 +78,6 @@ instance YesodAuth App where
|
|||||||
|
|
||||||
return $ Authenticated "1"
|
return $ Authenticated "1"
|
||||||
|
|
||||||
authHttpManager = appHttpManager
|
|
||||||
authPlugins = appAuthPlugins
|
authPlugins = appAuthPlugins
|
||||||
|
|
||||||
instance RenderMessage App FormMessage where
|
instance RenderMessage App FormMessage where
|
||||||
|
|||||||
@ -29,7 +29,6 @@ library:
|
|||||||
- random
|
- random
|
||||||
- safe-exceptions
|
- safe-exceptions
|
||||||
- text >=0.7 && <2.0
|
- text >=0.7 && <2.0
|
||||||
- transformers >=0.2.2 && <0.6
|
|
||||||
- uri-bytestring
|
- uri-bytestring
|
||||||
- yesod-auth >=1.6.0 && <1.7
|
- yesod-auth >=1.6.0 && <1.7
|
||||||
- yesod-core >=1.6.0 && <1.7
|
- yesod-core >=1.6.0 && <1.7
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user