feat: validation for signature type

This commit is contained in:
prafull-opensignlabs
2024-11-06 18:27:24 +05:30
parent 0673242f41
commit 851ea24be4
26 changed files with 1231 additions and 628 deletions
@@ -82,6 +82,7 @@ export default async function GetTemplate(request) {
template.include('Signers');
template.include('CreatedBy');
template.include('ExtUserPtr.TenantId');
template.include('Placeholders.signerPtr');
}
}
const res = await template.first({ useMasterKey: true });