Skip to content

Commit

Permalink
chore(docs): pnpm format (#11216)
Browse files Browse the repository at this point in the history
  • Loading branch information
k-taro56 authored Jun 20, 2024
1 parent 6ac28e2 commit bc4a251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/getting-started/providers/google.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Alternatively, you can also pass options in the `params` object of `authorizatio
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.

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

export const { handlers, auth, signIn, signOut } = NextAuth({
providers: [
Expand Down

0 comments on commit bc4a251

Please sign in to comment.