fix: #9772, regression from 70a04bc105

isekai-main
Barış Soner Uşaklı 4 years ago
parent dd4e66e22c
commit 72710b8040

@ -200,7 +200,7 @@ authenticationController.registerComplete = function (req, res, next) {
return winston.warn('[register] Interstitial callbacks processed with no errors, but one or more interstitials remain. This is likely an issue with one of the interstitials not properly handling a null case or invalid value.'); return winston.warn('[register] Interstitial callbacks processed with no errors, but one or more interstitials remain. This is likely an issue with one of the interstitials not properly handling a null case or invalid value.');
} }
done(); done(null, data);
} else { } else {
// Update user hash, clear registration data in session // Update user hash, clear registration data in session
const payload = req.session.registration; const payload = req.session.registration;

Loading…
Cancel
Save