Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
fix(users): removing unused variable from code
Browse files Browse the repository at this point in the history
  • Loading branch information
lirantal committed Feb 27, 2016
1 parent 5105eb1 commit 03043dc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 03043dc

Please sign in to comment.