Merge pull request #28673 from overleaf/oa-signup-date

[web] Expose signup date for Customer.IO

GitOrigin-RevId: 950b396e154e495071b104ea86e2441052df4bfb
This commit is contained in:
Olzhas Askar
2025-09-25 10:08:31 +02:00
committed by Copybot
parent 2f5e629d65
commit 18caa66bdf
3 changed files with 6 additions and 3 deletions

View File

@@ -20,7 +20,8 @@ describe('ProjectListController', function () {
first_name: 'bjkdsjfk',
features: {},
emails: [{ email: 'test@overleaf.com' }],
lastActive: new Date(1),
lastActive: new Date(2),
signUpDate: new Date(1),
lastLoginIp: '111.111.111.112',
}
ctx.users = {