Add captcha-only route

This commit is contained in:
regalijan 2023-10-19 16:51:11 -04:00
parent dbdf586755
commit 5fb2293617
Signed by: regalijan
GPG Key ID: 5D4196DA269EF520

9
app/routes/captcha.tsx Normal file
View File

@ -0,0 +1,9 @@
export default function () {
return (
<script
async
defer
src="https://challenges.cloudflare.com/turnstile/v0/api.js"
></script>
);
}