Skip to content

Commit

Permalink
Update docs/_partials/reverification-route-handler.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: panteliselef <[email protected]>
  • Loading branch information
victoriaxyz and panteliselef authored Nov 26, 2024
1 parent 8cc923f commit 3da42ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_partials/reverification-route-handler.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3da42ae

Please sign in to comment.