Skip to content

Commit

Permalink
Revert "Temporarily disable recaptcha on signups."
Browse files Browse the repository at this point in the history
This reverts commit b8d1029.
  • Loading branch information
GUI committed Jan 3, 2025
1 parent b8d1029 commit 3a19a8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/javascripts/signup_embed.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const defaultOptions = {
showTermsInput: false,
termsUrl: `${webSiteRoot}/terms/`,
verifyEmail: false,
// recaptchaV2SiteKey: "6LdFHW0qAAAAACcMULmTY87UMii2nxUbQ7JnYDAo",
recaptchaV2SiteKey: "6LdFHW0qAAAAACcMULmTY87UMii2nxUbQ7JnYDAo",
};

const embedOptions = window.apiUmbrellaSignupOptions || {};
Expand Down

0 comments on commit 3a19a8e

Please sign in to comment.