misc: added new property to the pick org

This commit is contained in:
Sheen Capadngan
2025-03-19 20:05:45 +08:00
parent 29dcf229d8
commit cfe2bbe125

View File

@@ -15,5 +15,6 @@ export const sanitizedOrganizationSchema = OrganizationsSchema.pick({
selectedMfaMethod: true,
shouldUseNewPrivilegeSystem: true,
privilegeUpgradeInitiatedByUsername: true,
privilegeUpgradeInitiatedAt: true
privilegeUpgradeInitiatedAt: true,
allowSecretSharingOutsideOrganization: true
});