Add missing customization

pull/1/head
ClaraCrazy 2023-11-01 13:21:37 +01:00
parent b162cf6577
commit 9ed87ca53a
1 changed files with 3 additions and 1 deletions

View File

@ -38,7 +38,9 @@ router.get(
res.render('mail', { res.render('mail', {
title: req.params.address, title: req.params.address,
address: req.params.address, address: req.params.address,
mail mail,
madeby: config.branding[1],
madebysite: config.branding[2]
}) })
} else { } else {
next({message: 'email not found', status: 404}) next({message: 'email not found', status: 404})