Skip to content

Commit e62a634

Browse files
authored
chore(docs): update email.mdx typo (#12483)
Update email.mdx typo in import
1 parent c10f2f9 commit e62a634

File tree

1 file changed

+2
-2
lines changed
  • docs/pages/getting-started/authentication

1 file changed

+2
-2
lines changed

docs/pages/getting-started/authentication/email.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ export const { onRequest, useSession, useSignIn, useSignOut } = QwikAuth$(
680680
```ts filename="./src/auth.ts"
681681
import SvelteKitAuth from "@auth/sveltekit"
682682
import Nodemailer from "@auth/sveltekit/providers/nodemailer"
683-
import { env } from "$env/dynamic/prviate"
683+
import { env } from "$env/dynamic/private"
684684

685685
export const { handle, signIn, signOut } = SvelteKitAuth({
686686
providers: [
@@ -766,7 +766,7 @@ export const { onRequest, useSession, useSignIn, useSignOut } = QwikAuth$(
766766
```ts filename="./src/auth.ts"
767767
import SvelteKitAuth from "@auth/sveltekit"
768768
import Nodemailer from "@auth/sveltekit/providers/nodemailer"
769-
import { env } from "$env/dynamic/prviate"
769+
import { env } from "$env/dynamic/private"
770770

771771
export const { handle, signIn, signOut } = SvelteKitAuth({
772772
providers: [

0 commit comments

Comments
 (0)