Skip to content

Commit 8ef4d88

Browse files
committed
Docs: SvelteKit Google tutorial: provide filename src/lib/server/oauth.ts for respective code sample
1 parent f4333e2 commit 8ef4d88

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pages/tutorials/google-oauth/sveltekit.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ npm install arctic
4343
Initialize the Google provider with the client ID, client secret, and redirect URI.
4444

4545
```ts
46+
// src/lib/server/oauth.ts
4647
import { Google } from "arctic";
4748
import { GOOGLE_CLIENT_ID, GOOGLE_CLIENT_SECRET } from "$env/static/private";
4849

0 commit comments

Comments
 (0)