Expose sign-up date as an user attribute in the editor.

This commit is contained in:
Paulo Reis 2016-07-21 16:42:22 +01:00
parent 79d95cbf9f
commit 6a46b46cf4

View file

@ -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