mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 16:23:06 +10:00
🐛 send signing request to recipient not user
This commit is contained in:
@ -10,7 +10,7 @@ export const sendSigningRequest = async (
|
|||||||
user: any
|
user: any
|
||||||
) => {
|
) => {
|
||||||
await sendMail(
|
await sendMail(
|
||||||
user.email,
|
recipient.email,
|
||||||
`Please sign ${document.title}`,
|
`Please sign ${document.title}`,
|
||||||
signingRequestTemplate(
|
signingRequestTemplate(
|
||||||
`${user.name} (${user.email}) has sent you a document to sign. `,
|
`${user.name} (${user.email}) has sent you a document to sign. `,
|
||||||
|
|||||||
Reference in New Issue
Block a user