diff --git a/services/web/app/coffee/infrastructure/Features.coffee b/services/web/app/coffee/infrastructure/Features.coffee index 37f62ddec2..7d47876773 100644 --- a/services/web/app/coffee/infrastructure/Features.coffee +++ b/services/web/app/coffee/infrastructure/Features.coffee @@ -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'