feat: self-contained auth modules + login UI + icons
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
* @return {any} void
|
||||
*/
|
||||
module.exports = (req, res, next) => {
|
||||
res.locals.appflash = req.flash('alert')
|
||||
res.locals.flash = req.flash('alert')
|
||||
|
||||
next()
|
||||
}
|
||||
|
Reference in New Issue
Block a user