Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
pilcrowonpaper committed Dec 9, 2024
1 parent c39c1bf commit e66ef7b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pages/tutorials/github-oauth/sveltekit.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ Create an API route in `routes/login/github/+server.ts`. Generate a new state an

```ts
// routes/login/github/+server.ts
import { redirect } from "@sveltejs/kit";
import { generateState } from "arctic";
import { github } from "$lib/server/oauth";

Expand Down
1 change: 0 additions & 1 deletion pages/tutorials/google-oauth/sveltekit.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ Create an API route in `routes/login/google/+server.ts`. Generate a new state an

```ts
// routes/login/google/+server.ts
import { redirect } from "@sveltejs/kit";
import { generateState, generateCodeVerifier } from "arctic";
import { google } from "$lib/server/oauth";

Expand Down

0 comments on commit e66ef7b

Please sign in to comment.