Skip to content

Commit

Permalink
Fix wrong scope (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
sharknoon authored Mar 5, 2024
1 parent 04b8388 commit 382e1eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/providers/github.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Add the `email` scope and use the [`/user/emails` endpoint](https://docs.github.

```ts
const url = await github.createAuthorizationURL(state, {
scopes: ["email"]
scopes: ["user:email"]
});
```

Expand Down

0 comments on commit 382e1eb

Please sign in to comment.