mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-12 17:05:51 +01:00
password change, closes #66
This commit is contained in:
@@ -34,7 +34,7 @@ var user = require('./user.js'),
|
||||
return;
|
||||
}
|
||||
|
||||
if (res === true) {
|
||||
if (res) {
|
||||
next({
|
||||
status: "ok",
|
||||
user: {
|
||||
|
||||
Reference in New Issue
Block a user