mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #1740 from sharelatex/spd-captcha-on-register
Don't add captcha fields to register form if captcha is disabled GitOrigin-RevId: 7ac3a3b41734377243ac1e31a99b3778c9a2e77d
This commit is contained in:
parent
5049dc083e
commit
f583ffdbff
1 changed files with 2 additions and 2 deletions
|
@ -425,7 +425,7 @@ module.exports = settings =
|
|||
recaptcha:
|
||||
disabled:
|
||||
invite: true
|
||||
register: false
|
||||
register: true
|
||||
|
||||
customisation: {}
|
||||
|
||||
|
@ -543,4 +543,4 @@ module.exports = settings =
|
|||
'table': [ 'border', 'class', 'id', 'style' ]
|
||||
'td': [ 'colspan', 'rowspan', 'headers' ]
|
||||
'th': [ 'abbr', 'headers', 'colspan', 'rowspan', 'scope', 'sorted' ]
|
||||
'video': [ 'alt', 'class', 'controls', 'height', 'width' ]
|
||||
'video': [ 'alt', 'class', 'controls', 'height', 'width' ]
|
||||
|
|
Loading…
Reference in a new issue