From f36fc1b317743d4ed343088d36c7cdaa1f3515e2 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sat, 22 Oct 2016 13:08:04 -0400 Subject: mods for fastLogin, but disabled - doesn't work there is cookie and authsession I need to recover Former-commit-id: df47478de70d69afec006f3c0b2ce1244b152182 --- www/js/PortalLoginCtrl.js | 1 + 1 file changed, 1 insertion(+) (limited to 'www/js/PortalLoginCtrl.js') 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}); -- cgit v1.2.3