mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-30 02:25:55 +01:00
closes #6435
This commit is contained in:
@@ -207,7 +207,7 @@ Controllers.registerInterstitial = function (req, res, next) {
|
||||
async.parallel(renders, next);
|
||||
},
|
||||
function (sections) {
|
||||
var errors = req.flash('error');
|
||||
var errors = req.flash('errors');
|
||||
res.render('registerComplete', {
|
||||
title: '[[pages:registration-complete]]',
|
||||
errors: errors,
|
||||
|
||||
Reference in New Issue
Block a user