From 99ca67f1cff24d77330ff662acf7aa57dd5793e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Orb=C3=A1n?= Date: Tue, 28 Mar 2023 13:59:08 +0200 Subject: [PATCH] docs: fix typo --- docs/docs/getting-started/email-tutorial.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: [