diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-10-22 13:08:04 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-10-22 13:08:04 -0400 |
| commit | f36fc1b317743d4ed343088d36c7cdaa1f3515e2 (patch) | |
| tree | 63b36e3fb5ac58eb3bb35a7383732c4885ce51a8 /www/js/PortalLoginCtrl.js | |
| parent | 017d1416fa9148f84596aa109826cacb13c1c774 (diff) | |
mods for fastLogin, but disabled - doesn't work there is cookie and authsession I need to recover
Former-commit-id: df47478de70d69afec006f3c0b2ce1244b152182
Diffstat (limited to 'www/js/PortalLoginCtrl.js')
| -rw-r--r-- | www/js/PortalLoginCtrl.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/js/PortalLoginCtrl.js b/www/js/PortalLoginCtrl.js index 42ea2936..3fb5fb92 100644 --- a/www/js/PortalLoginCtrl.js +++ b/www/js/PortalLoginCtrl.js @@ -202,6 +202,7 @@ angular.module('zmApp.controllers').controller('zmApp.PortalLoginCtrl', ['$ionic .then(function (data) // success { NVRDataModel.debug("PortalLogin: auth success"); + NVRDataModel.getKeyConfigParams(1); NVRDataModel.getTimeZone(); // $state.go("login" ,{"wizard": false}); |
