fix(app): Normalize flash type

Changed flash messages to use types provided by Bootstrap

Closes #16395
This commit is contained in:
cassidypignatello
2018-01-08 17:25:45 -05:00
parent 3d86eaecbc
commit f158183039
8 changed files with 24 additions and 24 deletions

View File

@@ -23,7 +23,7 @@ export default function redirectLang(app) {
}
if (type === 'html') {
req.flash('errors', {
req.flash('danger', {
msg: `We couldn't find path ${ path }`
});
return res.render('404', { title: '404'});