mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Update cutoff date
This commit is contained in:
parent
e02c3bbb09
commit
625f52c248
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ module.exports = ProjectController =
|
|||
# Don't show if user is not part of roll out
|
||||
return cb(null, false)
|
||||
userSignupDate = new Date(timestamp * 1000)
|
||||
if userSignupDate > new Date("2017-10-03")
|
||||
if userSignupDate > new Date("2017-10-16")
|
||||
# Don't show for users who registered after it was released
|
||||
return cb(null, false)
|
||||
timeout = setTimeout cb, 500
|
||||
|
|
Loading…
Reference in a new issue