Skip to content

Commit 8580d47

Browse files
committedOct 4, 2024
fix astro code
1 parent 2d61332 commit 8580d47

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎pages/tutorials/github-oauth/astro.md

-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ Initialize the GitHub provider with the client ID and secret.
4646

4747
```ts
4848
import { GitHub } from "arctic";
49-
import { GITHUB_CLIENT_ID, GITHUB_CLIENT_SECRET } from "$env/static/private";
5049

5150
export const github = new GitHub(import.meta.env.GITHUB_CLIENT_ID, import.meta.env.GITHUB_CLIENT_SECRET, null);
5251
```

0 commit comments

Comments
 (0)