From 19b97e953fa622ed663ebe52428cbe12b6f5c2f7 Mon Sep 17 00:00:00 2001 From: James Allen Date: Tue, 25 Sep 2018 08:29:34 +0100 Subject: [PATCH] Show register button on OL v2 --- services/web/app/coffee/infrastructure/Features.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'