mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-09-01 01:13:49 +02:00
Fix code example in Readme
This commit is contained in:
parent
1dcbb2dbc1
commit
ae7b625c0b
@ -35,7 +35,7 @@ instance YesodAuth App where
|
|||||||
authPlugins _ =
|
authPlugins _ =
|
||||||
[oauth2SlackScoped clientId clientSecret slackScopes]
|
[oauth2SlackScoped clientId clientSecret slackScopes]
|
||||||
where
|
where
|
||||||
slackScopes = [SlackEmailScope, SlackAvatarScope, ScopeSlackTeamScope]
|
slackScopes = [SlackEmailScope, SlackAvatarScope, SlackTeamScope]
|
||||||
|
|
||||||
clientId :: Text
|
clientId :: Text
|
||||||
clientId = "..."
|
clientId = "..."
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user