|
|
@@ -31,7 +31,7 @@ module.exports = function(crowi, app) {
|
|
|
* @param {*} res
|
|
|
*/
|
|
|
const loginFailure = (req, res, next) => {
|
|
|
- req.flash('warningMessage', 'Sign in failure.');
|
|
|
+ req.flash('errorMessage', 'Sign in failure.');
|
|
|
return res.redirect('/login');
|
|
|
};
|
|
|
|