Merge pull request #824 from OpenSignLabs/raktima-opensignlabs-patch-9

fix: a mismatch permits a signer placeholder to sign any placeholder not allocated to that signer issue in the quick send flow.
This commit is contained in:
prafull-opensignlabs
2024-06-10 18:42:08 +05:30
committed by GitHub
+3 -1
View File
@@ -265,7 +265,9 @@ function PdfRequestFiles() {
currUserId
);
}
setSignerObjectId(currUserId);
if (currUserId) {
setSignerObjectId(currUserId);
}
if (documentData[0].SignedUrl) {
setPdfUrl(documentData[0].SignedUrl);
} else {