Show register button on OL v2

This commit is contained in:
James Allen 2018-09-25 08:29:34 +01:00
parent dc9e317f8f
commit 19b97e953f

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'