Merge branch 'staging' of https://github.com/OpenSignLabs/OpenSign into raktima-patch-2

This commit is contained in:
RaktimaNXG
2024-09-19 17:34:28 +05:30
68 changed files with 44881 additions and 2997 deletions
@@ -62,6 +62,7 @@ const createDocumentFromTemplate = async (template, existContact, index) => {
object.set('CreatedBy', template?.CreatedBy);
object.set('ExtUserPtr', template?.ExtUserPtr);
object.set('OriginIp', template?.OriginIp || '');
object.set('IsEnableOTP', template?.IsEnableOTP || false);
let signers = template?.Signers || [];
const signerobj = {
__type: 'Pointer',