fix SMTP configuration

This commit is contained in:
lesion
2022-07-18 10:05:59 +02:00
parent 9e86a9399b
commit 92c676622d
9 changed files with 16 additions and 30 deletions

View File

@@ -21,7 +21,7 @@ const Auth = {
})
},
isAuth (req, res, next) {
isAuth (_req, res, next) {
if (res.locals.user) {
next()
} else {