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