mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-29 10:06:13 +01:00
removed debug line
This commit is contained in:
@@ -92,7 +92,6 @@ Controllers.login = function (req, res, next) {
|
||||
|
||||
var allowLoginWith = (meta.config.allowLoginWith || 'username-email');
|
||||
var returnTo = (req.headers['x-return-to'] || '').replace(nconf.get('base_url'), '');
|
||||
console.log('returnTo is', returnTo);
|
||||
|
||||
var errorText;
|
||||
if (req.query.error === 'csrf-invalid') {
|
||||
|
||||
Reference in New Issue
Block a user