refactor: uncomment forward emil component

This commit is contained in:
prafull-opensignlabs
2025-03-18 13:41:56 +00:00
parent 22d27abb76
commit 9e146ac1b6
40 changed files with 1600 additions and 1609 deletions
@@ -42,6 +42,12 @@ export default async function updatePreferences(request) {
newOrg.set('SignatureType', SignatureType);
}
}
if (request.params.SendinOrder !== undefined) {
newOrg.set('SendinOrder', request.params.SendinOrder);
}
if (request.params.IsTourEnabled !== undefined) {
newOrg.set('IsTourEnabled', request.params.IsTourEnabled);
}
const updateUserRes = await newOrg.save(null, { useMasterKey: true });
if (updateUserRes) {
const _updateUserRes = JSON.parse(JSON.stringify(updateUserRes));