mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-09-11 12:17:41 +02:00
feat: add documentCount and templateCount for user
This commit is contained in:
@@ -762,7 +762,6 @@ function PlaceHolderSign() {
|
||||
const pdfUrl = pdfData.url();
|
||||
const tenantId = localStorage.getItem("TenantId");
|
||||
const buffer = atob(pdfBytes)
|
||||
console.log("buffer", buffer.length)
|
||||
SaveFileSize(buffer.length, pdfUrl, tenantId);
|
||||
return pdfUrl;
|
||||
} catch (e) {
|
||||
|
||||
Reference in New Issue
Block a user