forked from MapComplete/MapComplete
Chore: cleanup debug info from sendEmail
This commit is contained in:
parent
b4f65bf2f7
commit
8c390d12fe
1 changed files with 0 additions and 9 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue