We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4333e2 commit b35d403Copy full SHA for b35d403
pages/tutorials/google-oauth/sveltekit.md
@@ -43,6 +43,7 @@ npm install arctic
43
Initialize the Google provider with the client ID, client secret, and redirect URI.
44
45
```ts
46
+// src/lib/server/oauth.ts
47
import { Google } from "arctic";
48
import { GOOGLE_CLIENT_ID, GOOGLE_CLIENT_SECRET } from "$env/static/private";
49
@@ -231,3 +232,4 @@ export const actions: Actions = {
231
232
<button>Sign out</button>
233
</form>
234
```
235
+hhhh
0 commit comments