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:
RaktimaNXG
2024-06-10 18:14:28 +05:30
parent f14e301b6c
commit 69140d2139
+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 {