diff --git a/docs/pages/getting-started/providers/google.mdx b/docs/pages/getting-started/providers/google.mdx index f642e0017a..9e8e86938e 100644 --- a/docs/pages/getting-started/providers/google.mdx +++ b/docs/pages/getting-started/providers/google.mdx @@ -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: [