fix: Adapter prototype don't match expected prototype during
fix: drive get crash if signer array is null
This commit is contained in:
prafull-opensignlabs
2025-02-21 07:18:47 +00:00
parent 1f6c2c7d38
commit 92b507e621
51 changed files with 772 additions and 647 deletions
@@ -8,7 +8,7 @@ import dotenv from 'dotenv';
import GenerateCertificate from './pdf/GenerateCertificate.js';
import { getSecureUrl } from '../../Utils.js';
dotenv.config();
const eSignName = 'opensign';
const eSignName = 'OpenSign';
const eSigncontact = 'hello@opensignlabs.com';
// `uploadFile` is used to create url in from pdfFile
@@ -71,7 +71,7 @@ export default async function generateCertificatebydocId(req) {
// `pdflibAddPlaceholder` is used to add code of only digitial sign in certificate
pdflibAddPlaceholder({
pdfDoc: certificatePdf,
reason: 'Digitally signed by OpenSign.',
reason: `Digitally signed by ${eSignName}.`,
location: 'n/a',
name: eSignName,
contactInfo: eSigncontact,