diff --git a/.env.demo.local b/.env.demo.local index 9db48bf..84a96af 100644 --- a/.env.demo.local +++ b/.env.demo.local @@ -21,4 +21,6 @@ GITHUB_CLIENT_SECRET=GH_CLIENT_SECRET CSRF_SECRET=CSRF_SECRET DD_TRACE_DEBUG=true -DD_TRACE_ENABLED=true \ No newline at end of file +DD_TRACE_ENABLED=true + +NEXT_PUBLIC_HCAPTCHA_SITEKEY=HCAPTCHA_SITEKEY \ No newline at end of file diff --git a/components/Captcha.tsx b/components/Captcha.tsx index b04755c..25585cf 100644 --- a/components/Captcha.tsx +++ b/components/Captcha.tsx @@ -3,7 +3,7 @@ import HCaptcha from '@hcaptcha/react-hcaptcha' const Captcha: React.FC = ({ dark, onVerify }) => { - return + return } interface CaptchaProps {