From 4cd076b4f6d506891b56a0048b18d43884de1275 Mon Sep 17 00:00:00 2001 From: Pitu Date: Sun, 29 Jan 2017 22:50:44 -0300 Subject: [PATCH] derp --- controllers/authController.js | 1 + 1 file changed, 1 insertion(+) 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