summaryrefslogtreecommitdiff
path: root/www/js/LoginCtrl.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-05-24 10:53:14 -0400
committerPliable Pixels <pliablepixels@gmail.com>2018-05-24 10:53:14 -0400
commite5d36a0d6de8155f390747e4281f5507220c37a8 (patch)
tree5ce55d2719c20d7c0bc348650c621dbc1ab7ea30 /www/js/LoginCtrl.js
parent8b7ca64245eb14c56cd4a64605171b38e4ad383f (diff)
#635 promise cleanup
Diffstat (limited to 'www/js/LoginCtrl.js')
-rw-r--r--www/js/LoginCtrl.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/www/js/LoginCtrl.js b/www/js/LoginCtrl.js
index 377e5829..dd18724e 100644
--- a/www/js/LoginCtrl.js
+++ b/www/js/LoginCtrl.js
@@ -601,6 +601,8 @@ angular.module('zmApp.controllers').controller('zmApp.LoginCtrl', ['$scope', '$r
.then(function (data) {
+ console.log ("DOLOGIN RETURNED "+ JSON.stringify(data));
+
// Now let's validate if the API works
// note that due to reachability, it might have switched to another server