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 c39c1bf commit e66ef7bCopy full SHA for e66ef7b
pages/tutorials/github-oauth/sveltekit.md
@@ -67,7 +67,6 @@ Create an API route in `routes/login/github/+server.ts`. Generate a new state an
67
68
```ts
69
// routes/login/github/+server.ts
70
-import { redirect } from "@sveltejs/kit";
71
import { generateState } from "arctic";
72
import { github } from "$lib/server/oauth";
73
pages/tutorials/google-oauth/sveltekit.md
@@ -69,7 +69,6 @@ Create an API route in `routes/login/google/+server.ts`. Generate a new state an
// routes/login/google/+server.ts
import { generateState, generateCodeVerifier } from "arctic";
74
import { google } from "$lib/server/oauth";
75
0 commit comments