diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-05-24 10:53:14 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-05-24 10:53:14 -0400 |
| commit | e5d36a0d6de8155f390747e4281f5507220c37a8 (patch) | |
| tree | 5ce55d2719c20d7c0bc348650c621dbc1ab7ea30 /www/js/LoginCtrl.js | |
| parent | 8b7ca64245eb14c56cd4a64605171b38e4ad383f (diff) | |
#635 promise cleanup
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 |
