mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Show register button on OL v2
This commit is contained in:
parent
dc9e317f8f
commit
19b97e953f
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ module.exports = Features =
|
|||
when 'homepage'
|
||||
return Settings.enableHomepage
|
||||
when 'registration'
|
||||
return not Features.externalAuthenticationSystemUsed()
|
||||
return not Features.externalAuthenticationSystemUsed() or Settings.overleaf?
|
||||
when 'github-sync'
|
||||
return Settings.enableGithubSync
|
||||
when 'v1-return-message'
|
||||
|
|
Loading…
Reference in a new issue