Skip to content

Commit bc4a251

Browse files
authored
chore(docs): pnpm format (#11216)
1 parent 6ac28e2 commit bc4a251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/getting-started/providers/google.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Alternatively, you can also pass options in the `params` object of `authorizatio
9191
If you need access to the RefreshToken or AccessToken for a Google account and you are not using a database to persist user accounts, this may be something you need to do.
9292

9393
```ts filename="app/api/auth/[...nextauth]/route.ts"
94-
import Google from "next-auth/providers/google";
94+
import Google from "next-auth/providers/google"
9595

9696
export const { handlers, auth, signIn, signOut } = NextAuth({
9797
providers: [

0 commit comments

Comments
 (0)