mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-04 01:55:10 +02:00
improve verify email redirect flow
This commit is contained in:
parent
c2cbd7e1a1
commit
5bbf32f6a6
18 changed files with 145 additions and 83 deletions
|
@ -21,9 +21,7 @@ export async function sendEmail(
|
|||
return;
|
||||
}
|
||||
|
||||
logger.debug("Rendering email templatee...")
|
||||
const emailHtml = await render(template);
|
||||
logger.debug("Done rendering email templatee")
|
||||
|
||||
const options = {
|
||||
from: opts.from,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue