mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-31 21:01:33 +02:00
Merge pull request #28673 from overleaf/oa-signup-date
[web] Expose signup date for Customer.IO GitOrigin-RevId: 950b396e154e495071b104ea86e2441052df4bfb
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user