We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
SignInPage
1 parent c20ef8d commit c5daf6dCopy full SHA for c5daf6d
docs/pages/guides/pages/signin.mdx
@@ -98,6 +98,7 @@ We can now build our own custom sign in page.
98
<Code.Next>
99
100
```tsx filename="app/signin/page.tsx" /providerMap/
101
+import { redirect } from "next/navigation"
102
import { signIn, auth, providerMap } from "@/auth.ts"
103
import { AuthError } from "next-auth"
104
0 commit comments