mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-17 21:25:54 +02:00
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:
@@ -265,7 +265,9 @@ function PdfRequestFiles() {
|
||||
currUserId
|
||||
);
|
||||
}
|
||||
setSignerObjectId(currUserId);
|
||||
if (currUserId) {
|
||||
setSignerObjectId(currUserId);
|
||||
}
|
||||
if (documentData[0].SignedUrl) {
|
||||
setPdfUrl(documentData[0].SignedUrl);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user