docs: corrected github user email scope name (#3099)

* docs: corrected github user email scope name

* docs: cubic dev suggestion
This commit is contained in:
Undefined Ninja
2025-06-20 18:26:48 +03:00
committed by GitHub
parent e49eb954b0
commit ce4d250ad5

View File

@@ -10,7 +10,7 @@ description: GitHub provider setup and usage.
Make sure to set the redirect URL to `http://localhost:3000/api/auth/callback/github` for local development. For production, you should set it to the URL of your application. If you change the base path of the auth routes, you should update the redirect URL accordingly.
Important: You MUST include the user.email scope in your Github app. See details below.
Important: You MUST include the user:email scope in your GitHub app. See details below.
</Step>
<Step>