Fix: Document title changes are not reflected when the document is sent to signers.

Merge pull request #1498 from nxglabs/staging
This commit is contained in:
prafull-opensignlabs
2025-11-20 06:44:56 +00:00
parent ca1b87309f
commit 803d25e9d1
50 changed files with 20869 additions and 3403 deletions
@@ -18,6 +18,7 @@ export function generateOtp(len = OTP_LENGTH) {
}
export async function sendDeleteOtpEmail(extUser, otp) {
const _extUser = extUser && JSON.parse(JSON.stringify(extUser));
const params = {
extUserId: extUser.id,
from: appName,