mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05: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…
Reference in a new issue