diff --git a/docs/docs/getting-started/email-tutorial.mdx b/docs/docs/getting-started/email-tutorial.mdx index 69d01f63..1e50adfd 100644 --- a/docs/docs/getting-started/email-tutorial.mdx +++ b/docs/docs/getting-started/email-tutorial.mdx @@ -66,7 +66,7 @@ Nice! We're getting there. Now we need to read supply this values as the configu ```ts title="pages/api/auth/[...nextauth].ts" import NextAuth from "next-auth" -import EmailProvider from "next-auth/providers/email" +import Email from "next-auth/providers/email" export default NextAuth({ providers: [