diff --git a/docs/_partials/reverification-route-handler.mdx b/docs/_partials/reverification-route-handler.mdx index c0b821b0ee..5a54bfc1b2 100644 --- a/docs/_partials/reverification-route-handler.mdx +++ b/docs/_partials/reverification-route-handler.mdx @@ -11,7 +11,7 @@ export const POST = async (req: Request) => { // If the user hasn't reverified, return an error with the matching configuration (e.g., `strict`) if (shouldUserRevalidate) { - return reverificationError('strict') + return reverificationErrorResponse('strict') } // If the user has verified credentials, return a successful response