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) +
|
encodeURIComponent(subject) +
|
||||||
"&body=" +
|
"&body=" +
|
||||||
encodeURIComponent(body)
|
encodeURIComponent(body)
|
||||||
$: console.log(url)
|
|
||||||
console.log(">>> args", args)
|
|
||||||
</script>
|
</script>
|
||||||
<a class="button flex items-center w-full" href={url}>
|
<a class="button flex items-center w-full" href={url}>
|
||||||
<ToSvelte construct={Svg.envelope_svg().SetClass("w-8 h-8 mr-4 shrink-0")}/>
|
<ToSvelte construct={Svg.envelope_svg().SetClass("w-8 h-8 mr-4 shrink-0")}/>
|
||||||
{button_text}
|
{button_text}
|
||||||
</a>
|
</a>
|
||||||
SEND EMAIL to {to}
|
|
||||||
<br/>
|
|
||||||
subject: {subject}
|
|
||||||
<br/>
|
|
||||||
body: {body}
|
|
||||||
<br/>
|
|
||||||
{button_text}
|
|
||||||
|
|
Loading…
Reference in a new issue