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 Nov 29, 2024
1 parent 86410e2 commit 0d5dd30
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 0d5dd30

Please sign in to comment.