From 5fb2293617589da11b2c274bd077cf2aee452c9d Mon Sep 17 00:00:00 2001 From: regalijan Date: Thu, 19 Oct 2023 16:51:11 -0400 Subject: [PATCH] Add captcha-only route --- app/routes/captcha.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 app/routes/captcha.tsx diff --git a/app/routes/captcha.tsx b/app/routes/captcha.tsx new file mode 100644 index 0000000..a9fb82a --- /dev/null +++ b/app/routes/captcha.tsx @@ -0,0 +1,9 @@ +export default function () { + return ( + + ); +}