v1.11.0
This commit is contained in:
parent
3fa0e109af
commit
9bd6db2624
13 changed files with 201 additions and 51 deletions
|
@ -59,7 +59,7 @@ router.get('/:campaign/:list/:subscription', (req, res, next) => {
|
|||
return res.redirect('/');
|
||||
}
|
||||
|
||||
if (!mail) {
|
||||
if (!mail && !req.user) {
|
||||
err = new Error('Not Found');
|
||||
err.status = 404;
|
||||
return next(err);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue