فهرست منبع

Use redirect setting instead of re-using setting that coincidentally would be flipped on the same day

Alasdair Smith 8 سال پیش
والد
کامیت
985344c0d7
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      services/web/app/coffee/infrastructure/Features.coffee

+ 1 - 1
services/web/app/coffee/infrastructure/Features.coffee

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