a tool for shared writing and social publishing
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add html body to auth emails

+7
+7
actions/emailAuth.ts
··· 28 28 29 29 ${code} 30 30 `, 31 + HtmlBody: ` 32 + <html> 33 + <body> 34 + <p>Paste this code to login to Leaflet: <strong>${code}</strong></p> 35 + </body> 36 + </html> 37 + `, 31 38 }), 32 39 }); 33 40 }