Added member labels to template options

no issue
Being able to access a member's label from the theme template allows customizing the content based on the type of member.
This commit is contained in:
Tom Wadley 2022-09-19 12:20:00 +10:00
parent 9cca07ff70
commit fb097dd69b

View File

@ -33,6 +33,7 @@ function updateLocalTemplateOptions(req, res, next) {
default_payment_card_last4: sub.default_payment_card_last4 || '****'
});
}),
labels: req.member.labels,
paid: req.member.status !== 'free',
status: req.member.status
} : null;