mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 08:13:56 +10:00
remove dbug
This commit is contained in:
@ -7,7 +7,7 @@ export const sendSigningRequest = async (recipient: any, document: any) => {
|
|||||||
// todo errror handling
|
// todo errror handling
|
||||||
await sendMail(
|
await sendMail(
|
||||||
"timur.ercan31+234234@gmail.com",
|
"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="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">
|
<div style="text-align:center; margin: auto; font-size: 14px; font-color: #353434; max-width: 500px; border-radius: 0.375rem; background: white; padding: 50px">
|
||||||
|
|||||||
Reference in New Issue
Block a user