Fix reCaptcha
This commit is contained in:
@@ -183,7 +183,7 @@ const ContactFormSection = () => {
|
||||
>
|
||||
<ReCAPTCHA
|
||||
sitekey={process.env.NEXT_PUBLIC_RECAPTCHA_SITE_KEY!}
|
||||
onChange={(token) => setCaptchaToken(token || '')}
|
||||
onChange={(token) => setCaptchaToken(token ?? '')}
|
||||
/>
|
||||
</motion.div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user