Fix: issue of user name is visible in subject of mail instead of document title

This commit is contained in:
prafull-opensignlabs
2024-05-08 15:58:51 +05:30
committed by GitHub
parent e47211a8c0
commit bce028877b
@@ -333,7 +333,7 @@ export default async function createDocumentwithCoordinate(request, response) {
);
} else {
replaceVar = {
subject: `${parseExtUser.Name} has requested you to sign "${parseExtUser.Name}"`,
subject: `${parseExtUser.Name} has requested you to sign "${name}"`,
body: email_html,
};
}