Skip to content

Commit

Permalink
Avanzo la versión
Browse files Browse the repository at this point in the history
  • Loading branch information
emilioplatzer committed Sep 12, 2016
1 parent 0a00973 commit 9221171
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lib/login-plus.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ loginPlus.Manager.prototype.init = function init(app,opts){
//// NOW is logged in
app.get(opts.baseUrl+opts.chPassUrlPath, opts.chPassPageServe);
app.post(opts.baseUrl+opts.chPassUrlPath, function(req,res){
console.log('///////////',req.user, req.body);
thisManager.passwordChanger(
req.user.username,
req.body.oldPassword,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "login-plus",
"description": "login service for express",
"version": "0.7.0",
"version": "0.7.1",
"author": "Codenautas <codenautas@googlegroups.com>",
"license": "MIT",
"repository": "codenautas/login-plus",
Expand Down

0 comments on commit 9221171

Please sign in to comment.