mirror of
https://github.com/documenso/documenso
synced 2026-05-23 08:58:32 +00:00
fix-null-name-email
This commit is contained in:
parent
2d5727cab2
commit
82ccdd5104
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ export const signingRequestTemplate = (
|
|||
</p>
|
||||
<hr size="1" style="height:1px;border:none;color:#e0e0e0;background-color:#e0e0e0">
|
||||
Click the button to view "${document.title}".<br>
|
||||
<small>If you have questions about this document, you should ask ${user.name}.</small>
|
||||
<small>If you have questions about this document, you should ask ${user.name ?? user.email}.</small>
|
||||
<hr size="1" style="height:1px;border:none;color:#e0e0e0;background-color:#e0e0e0">
|
||||
<p style="margin-top: 14px;">
|
||||
<small>Want to send you own signing links? <a href="https://documenso.com">Hosted Documenso is here!</a>.</small>
|
||||
|
|
|
|||
Loading…
Reference in a new issue