update sitekey
Build SimplySyncedLLC.com / Build and Deploy (push) Failing after 1m53s Details

master
Robert Burgess 2024-08-19 14:43:37 -04:00
parent 181f9fec8b
commit 984af5699b
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@
import React, { useRef, useState } from "react" import React, { useRef, useState } from "react"
import ReCAPTCHA from "react-google-recaptcha"; import ReCAPTCHA from "react-google-recaptcha";
import { toast } from "react-hot-toast"; import { toast } from "react-hot-toast";
const { NEXT_PUBLIC_RECAPTCHA_SITE_KEY } = process.env;
export default function ContactUsContent() { export default function ContactUsContent() {
const recaptchaRef = useRef(null); const recaptchaRef = useRef(null);