diff options
| author | Pitu <[email protected]> | 2017-01-29 22:50:44 -0300 |
|---|---|---|
| committer | Pitu <[email protected]> | 2017-01-29 22:50:44 -0300 |
| commit | 4cd076b4f6d506891b56a0048b18d43884de1275 (patch) | |
| tree | 23da7a97e41da4beeba5ac9e0c42e4ccc95bfff9 /controllers | |
| parent | Added change password for users (diff) | |
| download | host.fuwn.me-4cd076b4f6d506891b56a0048b18d43884de1275.tar.xz host.fuwn.me-4cd076b4f6d506891b56a0048b18d43884de1275.zip | |
derp
Diffstat (limited to 'controllers')
| -rw-r--r-- | controllers/authController.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/controllers/authController.js b/controllers/authController.js index 464cb7d..0d00cea 100644 --- a/controllers/authController.js +++ b/controllers/authController.js @@ -7,6 +7,7 @@ const randomstring = require('randomstring') let authController = {} authController.verify = function(req, res, next){ + let username = req.body.username let password = req.body.password |