From 931bf10f65b7b4b3c6ab15a20fcac5ddaef53ceb Mon Sep 17 00:00:00 2001 From: Josh Authy Date: Tue, 24 Jan 2017 11:11:56 -0800 Subject: [PATCH 01/12] Update users.js Editing phone verification response --- server/controllers/users.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/controllers/users.js b/server/controllers/users.js index 61ba7d1..c573001 100644 --- a/server/controllers/users.js +++ b/server/controllers/users.js @@ -410,7 +410,7 @@ exports.verifyPhoneToken = function (req, res) { if (response.success) { req.session.ph_verified = true; } - res.status(200).json(err); + res.status(200).json(response); } }); @@ -437,4 +437,4 @@ function createSession(req, res, user) { req.session.ph_verified = false; res.status(200).json(); }); -} \ No newline at end of file +} From 920bf0051b9a0ea882c36268dff6effdeb0251b3 Mon Sep 17 00:00:00 2001 From: Michael Kurrels Date: Sat, 25 Mar 2017 12:13:03 -0700 Subject: [PATCH 02/12] updates jquery version --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index 87abcd6..0dfe04f 100644 --- a/public/index.html +++ b/public/index.html @@ -11,7 +11,7 @@ - + - + diff --git a/public/protected/index.html b/public/protected/index.html index edba4ed..db3aa2e 100644 --- a/public/protected/index.html +++ b/public/protected/index.html @@ -11,7 +11,7 @@ - + + + + +