mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-09-11 11:50:17 +08:00
wip
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { Turnstile } from "@marsidev/react-turnstile";
|
||||
import { forwardRef } from "react";
|
||||
|
||||
export const CloudFareCatpcha = forwardRef((ref, props) => {
|
||||
return <Turnstile siteKey={process.env.NEXT_PUBLIC_CLOUDFARE_CAPTCHA_SITE_KEY} />;
|
||||
});
|
||||
|
||||
CloudFareCatpcha.displayName = "CloudFareCatpcha";
|
||||
Reference in New Issue
Block a user