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