diff options
Diffstat (limited to 'www/js/LoginCtrl.js')
| -rw-r--r-- | www/js/LoginCtrl.js | 2 |
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 |
