Add captcha-only route
This commit is contained in:
parent
dbdf586755
commit
5fb2293617
9
app/routes/captcha.tsx
Normal file
9
app/routes/captcha.tsx
Normal file
@ -0,0 +1,9 @@
|
||||
export default function () {
|
||||
return (
|
||||
<script
|
||||
async
|
||||
defer
|
||||
src="https://challenges.cloudflare.com/turnstile/v0/api.js"
|
||||
></script>
|
||||
);
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user