fix SMTP configuration
This commit is contained in:
@@ -21,7 +21,7 @@ const Auth = {
|
||||
})
|
||||
},
|
||||
|
||||
isAuth (req, res, next) {
|
||||
isAuth (_req, res, next) {
|
||||
if (res.locals.user) {
|
||||
next()
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user