Skip to content

Commit

Permalink
Update appHandler.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Prevelate8 authored Jul 12, 2024
1 parent 6c4316f commit c923d9e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions core/appHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ module.exports.userSearch = function (req, res) {
res.render('app/usersearch', {
output: output
})

res.render('app/usersearch', {
output: output
})
res.render('app/usersearch', {
output: output
})
} else {
req.flash('warning', 'User not found')
res.render('app/usersearch', {
Expand Down

0 comments on commit c923d9e

Please sign in to comment.