Skip to content

Commit 7912670

Browse files
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
2 parents e47211a + 6355c02 commit 7912670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/OpenSignServer/cloud/customRoute/v1/routes/createDocumentwithCoordinate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ export default async function createDocumentwithCoordinate(request, response) {
333333
);
334334
} else {
335335
replaceVar = {
336-
subject: `${parseExtUser.Name} has requested you to sign "${parseExtUser.Name}"`,
336+
subject: `${parseExtUser.Name} has requested you to sign "${name}"`,
337337
body: email_html,
338338
};
339339
}

0 commit comments

Comments
 (0)