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.
1 parent cc0eab5 commit d935665Copy full SHA for d935665
docs/pages/guides/pages/signin.mdx
@@ -133,6 +133,8 @@ import { redirect } from "next/navigation"
133
import { signIn, auth, providerMap } from "@/auth.ts"
134
import { AuthError } from "next-auth"
135
136
+const SIGNIN_ERROR_URL = "/error"
137
+
138
export default async function SignInPage(props: {
139
searchParams: { callbackUrl: string | undefined }
140
}) {
0 commit comments