✨Toggle display of the user email in the header (#336)
This commit is contained in:
@@ -61,6 +61,9 @@ export function formatCompany(
|
||||
[CompanyFeaturesEnum.COMPANY_SHARED_DRIVE]: JSON.parse(
|
||||
config.get("drive.featureSharedDrive") || "true",
|
||||
),
|
||||
[CompanyFeaturesEnum.COMPANY_DISPLAY_EMAIL]: JSON.parse(
|
||||
config.get("drive.featureDisplayEmail") || "true",
|
||||
),
|
||||
},
|
||||
{
|
||||
...(res.plan?.features || {}),
|
||||
|
||||
Reference in New Issue
Block a user