Merge pull request #968 from sharelatex/ja-show-register-button

Show register button on OL v2
This commit is contained in:
James Allen 2018-09-25 10:25:38 +01:00 committed by GitHub
commit 1d657e1700

View file

@ -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'