feat: add enable tour option in request signature and template form

This commit is contained in:
RaktimaNXG
2024-09-30 12:27:33 +05:30
parent eda6113792
commit 088ec5580a
24 changed files with 219 additions and 15 deletions
@@ -201,6 +201,7 @@ export default async function createBatchDocs(request) {
OriginIp: Ip,
DocSentAt: { __type: 'Date', iso: isoDate },
IsEnableOTP: x?.IsEnableOTP || false,
IsTourEnabled: x?.IsTourEnabled || false,
},
};
});