Skip to content

Commit 8ee5182

Browse files
committed
Revert "Temporarily disable recaptcha on signups."
This reverts commit 1057d0d.
1 parent ea87cf2 commit 8ee5182

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)