Skip to content

Commit

Permalink
Temporarily disable recaptcha on signups.
Browse files Browse the repository at this point in the history
  • Loading branch information
GUI committed Dec 23, 2024
1 parent 05b05dc commit b8d1029
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 b8d1029

Please sign in to comment.