Skip to content

Commit

Permalink
add back missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
pilcrowonpaper committed Oct 30, 2024
1 parent 530f606 commit 79e96fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/tutorials/google-oauth/nextjs.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ Create an Route Handlers in `app/login/google/callback/route.ts` to handle the c
import { generateSessionToken, createSession, setSessionTokenCookie } from "@/lib/session";
import { google } from "@/lib/oauth";
import { cookies } from "next/headers";
import { decodeIdToken } from "arctic";

import type { OAuth2Tokens } from "arctic";

Expand Down

0 comments on commit 79e96fb

Please sign in to comment.