Change account password (clientside RPC)

This commit is contained in:
yflory
2018-06-14 18:18:53 +02:00
parent b89b033175
commit d37aa0646e
7 changed files with 53 additions and 0 deletions

View File

@@ -221,6 +221,10 @@ define([
});
};
exp.writeLoginBlock = function (data, cb) {
cb();
};
cb(e, exp);
});
};