mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-09 11:35:47 +00:00
Expose sign-up date as an user attribute in the editor.
This commit is contained in:
parent
79d95cbf9f
commit
6a46b46cf4
1 changed files with 1 additions and 0 deletions
|
@ -245,6 +245,7 @@ module.exports = ProjectController =
|
|||
first_name : user.first_name
|
||||
last_name : user.last_name
|
||||
referal_id : user.referal_id
|
||||
signUpDate : user.signUpDate
|
||||
subscription :
|
||||
freeTrial: {allowed: allowedFreeTrial}
|
||||
featureSwitches: user.featureSwitches
|
||||
|
|
Loading…
Add table
Reference in a new issue