Skip to content

Commit

Permalink
Fix default Slack scopes in documentation (#1203)
Browse files Browse the repository at this point in the history
  • Loading branch information
ollema authored Oct 11, 2023
1 parent 73fc38b commit e39e542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/content/oauth/providers/slack.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const slackAuth = slack(auth, configs);

## `slack()`

Scopes `oidc` and `profile` are always included.
Scopes `openid` and `profile` are always included.

```ts
const slack: (
Expand Down

0 comments on commit e39e542

Please sign in to comment.