From 618c1af64306cc2d6a1cd0431a3b5206697551f8 Mon Sep 17 00:00:00 2001 From: Regalijan Date: Mon, 25 Mar 2024 20:48:13 -0400 Subject: [PATCH] Set the captcha error handling dangerously --- app/routes/report.tsx | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/app/routes/report.tsx b/app/routes/report.tsx index 801e7f6..1d7ae08 100644 --- a/app/routes/report.tsx +++ b/app/routes/report.tsx @@ -359,25 +359,27 @@ export default function () { - + return true; + } + `, + }} + > ); }