Add feature flag for redirecting SL to v2

This commit is contained in:
Alasdair Smith 2018-08-07 14:54:23 +01:00
parent 42426c8fb8
commit fc0b9df14c

View file

@ -25,5 +25,7 @@ module.exports = Features =
when 'rich-text'
isEnabled = true # Switch to false to disable
Settings.overleaf? and isEnabled
when 'redirect-sl'
return Settings.createV1AccountOnLogin
else
throw new Error("unknown feature: #{feature}")