Skip to content

Commit

Permalink
title change
Browse files Browse the repository at this point in the history
  • Loading branch information
sudarsan ps committed May 2, 2018
1 parent 81e192b commit 654a872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/dashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ router.route('/')
}
else{

res.render('dashboard', { title: 'SES - Verify Email' , pageHeading : 'Dashboard',success: req.flash('success','') ,error: req.flash('error',''), csrfToken: req.csrfToken(), result : emailList });
res.render('dashboard', { title: 'SES - Dashboard' , pageHeading : 'Dashboard',success: req.flash('success','') ,error: req.flash('error',''), csrfToken: req.csrfToken(), result : emailList });
}

});
Expand Down

0 comments on commit 654a872

Please sign in to comment.