Skip to content

Commit 842d49d

Browse files
committed
Temporarily disable recaptcha on signups.
1 parent 8ee5182 commit 842d49d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/javascripts/signup_embed.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const defaultOptions = {
4444
showTermsInput: false,
4545
termsUrl: `${webSiteRoot}/terms/`,
4646
verifyEmail: false,
47-
recaptchaV2SiteKey: "6LdFHW0qAAAAACcMULmTY87UMii2nxUbQ7JnYDAo",
47+
// recaptchaV2SiteKey: "6LdFHW0qAAAAACcMULmTY87UMii2nxUbQ7JnYDAo",
4848
};
4949

5050
const embedOptions = window.apiUmbrellaSignupOptions || {};

0 commit comments

Comments
 (0)