fix linting error
This commit is contained in:
@ -228,7 +228,7 @@ module.exports = function(app) {
|
|||||||
function signout(req, res) {
|
function signout(req, res) {
|
||||||
req.logout();
|
req.logout();
|
||||||
req.flash('success', {
|
req.flash('success', {
|
||||||
msg: `You have successfully signed out.`
|
msg: 'You have successfully signed out.'
|
||||||
});
|
});
|
||||||
res.redirect('/signin');
|
res.redirect('/signin');
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user