From 3da42aef1769dfe763f072f401425dc350e84dda Mon Sep 17 00:00:00 2001 From: victoria Date: Tue, 26 Nov 2024 14:17:46 -0500 Subject: [PATCH] Update docs/_partials/reverification-route-handler.mdx Co-authored-by: panteliselef --- docs/_partials/reverification-route-handler.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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