Skip to content

Commit d935665

Browse files
docs: add missing constant in code example (#12870)
Co-authored-by: Thang Vu <[email protected]>
1 parent cc0eab5 commit d935665

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/pages/guides/pages/signin.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ import { redirect } from "next/navigation"
133133
import { signIn, auth, providerMap } from "@/auth.ts"
134134
import { AuthError } from "next-auth"
135135

136+
const SIGNIN_ERROR_URL = "/error"
137+
136138
export default async function SignInPage(props: {
137139
searchParams: { callbackUrl: string | undefined }
138140
}) {

0 commit comments

Comments
 (0)