mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #15314 from overleaf/mj-email-captcha
[web] Use recaptcha.net for captcha when adding email GitOrigin-RevId: 51e7a4792414ca9c8c3f167a359b6e637230991d
This commit is contained in:
parent
87199c80fe
commit
c1a9085a11
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ const element = document.getElementById('settings-page-root')
|
|||
// For react-google-recaptcha
|
||||
window.recaptchaOptions = {
|
||||
enterprise: true,
|
||||
useRecaptchaNet: true,
|
||||
}
|
||||
if (element) {
|
||||
ReactDOM.render(<SettingsPageRoot />, element)
|
||||
|
|
Loading…
Reference in a new issue