Chore: cleanup debug info from sendEmail

This commit is contained in:
Pieter Vander Vennet 2023-09-15 02:12:04 +02:00
parent b4f65bf2f7
commit 8c390d12fe

View file

@ -15,17 +15,8 @@
encodeURIComponent(subject) +
"&body=" +
encodeURIComponent(body)
$: console.log(url)
console.log(">>> args", args)
</script>
<a class="button flex items-center w-full" href={url}>
<ToSvelte construct={Svg.envelope_svg().SetClass("w-8 h-8 mr-4 shrink-0")}/>
{button_text}
</a>
SEND EMAIL to {to}
<br/>
subject: {subject}
<br/>
body: {body}
<br/>
{button_text}