diff --git a/packages/web/components/templates/auth/EmailSignup.tsx b/packages/web/components/templates/auth/EmailSignup.tsx
index 3776e1000..79771f308 100644
--- a/packages/web/components/templates/auth/EmailSignup.tsx
+++ b/packages/web/components/templates/auth/EmailSignup.tsx
@@ -180,7 +180,7 @@ export function EmailSignup(): JSX.Element {
- {process.env.NEXT_PUBLIC_RECAPTCHA_CHALLENGE_SECRET_KEY && (
+ {process.env.NEXT_PUBLIC_RECAPTCHA_CHALLENGE_SITE_KEY && (
<>
{
diff --git a/packages/web/pages/auth/email-signup.tsx b/packages/web/pages/auth/email-signup.tsx
index 3487ecc8c..8445ca04d 100644
--- a/packages/web/pages/auth/email-signup.tsx
+++ b/packages/web/pages/auth/email-signup.tsx
@@ -9,7 +9,7 @@ export default function EmailRegistrationPage(): JSX.Element {