docs: fix typo

This commit is contained in:
Balázs Orbán
2023-03-28 13:59:08 +02:00
committed by GitHub
parent a087df8494
commit 99ca67f1cf

View File

@@ -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: [