diff --git a/services/web/app/coffee/infrastructure/Features.coffee b/services/web/app/coffee/infrastructure/Features.coffee index 9bf800f55f..0a59cf931e 100644 --- a/services/web/app/coffee/infrastructure/Features.coffee +++ b/services/web/app/coffee/infrastructure/Features.coffee @@ -9,6 +9,6 @@ module.exports = Features = when 'registration' return not Features.externalAuthenticationSystemUsed() when 'github-sync' - return not Settings.disableGithubSync + return Settings.enableGithubSync else throw new Error("unknown feature: #{feature}")