fix(app): Normalize flash type
Changed flash messages to use types provided by Bootstrap Closes #16395
This commit is contained in:
@@ -261,7 +261,7 @@ export default function(app) {
|
||||
!completedChallenge.githubLink
|
||||
)
|
||||
) {
|
||||
req.flash('errors', {
|
||||
req.flash('danger', {
|
||||
msg: 'You haven\'t supplied the necessary URLs for us to inspect ' +
|
||||
'your work.'
|
||||
});
|
||||
|
Reference in New Issue
Block a user