mirror of
https://github.com/documenso/documenso
synced 2026-05-24 09:28:27 +00:00
🐛 send signing request to recipient not user
This commit is contained in:
parent
d49a484b20
commit
f8d0936b13
1 changed files with 1 additions and 1 deletions
|
|
@ -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. `,
|
||||
|
|
|
|||
Loading…
Reference in a new issue