Skip to content

Commit c5daf6d

Browse files
andresgutgonndom91
andauthored
chore(docs): add missing import in SignInPage code exmaple (#11107)
Co-authored-by: Nico Domino <[email protected]>
1 parent c20ef8d commit c5daf6d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/pages/guides/pages/signin.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ We can now build our own custom sign in page.
9898
<Code.Next>
9999

100100
```tsx filename="app/signin/page.tsx" /providerMap/
101+
import { redirect } from "next/navigation"
101102
import { signIn, auth, providerMap } from "@/auth.ts"
102103
import { AuthError } from "next-auth"
103104

0 commit comments

Comments
 (0)