mirror of
https://github.com/documenso/documenso
synced 2026-05-23 17:08:22 +00:00
remove dbug
This commit is contained in:
parent
55163d4582
commit
f532e7c738
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ export const sendSigningRequest = async (recipient: any, document: any) => {
|
|||
// todo errror handling
|
||||
await sendMail(
|
||||
"timur.ercan31+234234@gmail.com",
|
||||
`Please sign ${document.title} ${NEXT_PUBLIC_WEBAPP_URL}/logo_h.png`,
|
||||
`Please sign ${document.title}`,
|
||||
`
|
||||
<div style="background-color: #eaeaea; padding: 2%;">
|
||||
<div style="text-align:center; margin: auto; font-size: 14px; font-color: #353434; max-width: 500px; border-radius: 0.375rem; background: white; padding: 50px">
|
||||
|
|
|
|||
Loading…
Reference in a new issue