Merge pull request #702 from OpenSignLabs/prafull-opensignlabs-patch-14

fix: issue of user name is visible in subject of mail instead of document title
This commit is contained in:
Raktima
2024-05-08 16:06:43 +05:30
committed by GitHub
@@ -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,
};
}