Skip to content

Commit bce0288

Browse files
Fix: issue of user name is visible in subject of mail instead of document title
1 parent e47211a commit bce0288

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)