We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d61332 commit 8580d47Copy full SHA for 8580d47
pages/tutorials/github-oauth/astro.md
@@ -46,7 +46,6 @@ Initialize the GitHub provider with the client ID and secret.
46
47
```ts
48
import { GitHub } from "arctic";
49
-import { GITHUB_CLIENT_ID, GITHUB_CLIENT_SECRET } from "$env/static/private";
50
51
export const github = new GitHub(import.meta.env.GITHUB_CLIENT_ID, import.meta.env.GITHUB_CLIENT_SECRET, null);
52
```
0 commit comments