fix: failing test from 00552d7183

v1.18.x
Andrew Rodrigues 6 years ago
parent 00552d7183
commit 9bf3517db1

@ -111,7 +111,7 @@ module.exports = function (User) {
function (next) {
plugins.fireHook('filter:register.complete', { uid: uid }, next);
},
function (next) {
function (result, next) {
var title = meta.config.title || meta.config.browserTitle || 'NodeBB';
var data = {
username: username,

Loading…
Cancel
Save