mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #4119 from overleaf/jpa-captcha-login
[misc] optionally require captcha on login GitOrigin-RevId: ba0a30f361546dab31c79794cb406c629f46f2be
This commit is contained in:
parent
95c83866c5
commit
051c9960f0
1 changed files with 1 additions and 0 deletions
|
@ -770,6 +770,7 @@ module.exports = {
|
|||
recaptcha: {
|
||||
disabled: {
|
||||
invite: true,
|
||||
login: true,
|
||||
register: true,
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue