mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-03-22 11:51:47 +01:00
fix(users): removing unused variable from code
This commit is contained in:
@@ -205,7 +205,6 @@ exports.reset = function (req, res, next) {
|
||||
exports.changePassword = function (req, res, next) {
|
||||
// Init Variables
|
||||
var passwordDetails = req.body;
|
||||
var message = null;
|
||||
|
||||
if (req.user) {
|
||||
if (passwordDetails.newPassword) {
|
||||
|
||||
Reference in New Issue
Block a user