From da48c504975617bceb9191a06229d5c730f335f8 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Fri, 10 May 2019 11:37:32 -0400 Subject: general cleanup, also object notes tweaks, removed authSession undefined foo --- www/js/WizardCtrl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/js/WizardCtrl.js') diff --git a/www/js/WizardCtrl.js b/www/js/WizardCtrl.js index 5ca0aa25..c1a2ca57 100644 --- a/www/js/WizardCtrl.js +++ b/www/js/WizardCtrl.js @@ -678,7 +678,7 @@ angular.module('zmApp.controllers').controller('zmApp.WizardCtrl', ['$scope', '$ function validateData() { - $rootScope.authSession = 'undefined'; + $rootScope.authSession = ''; $rootScope.zmCookie = ''; $scope.wizard.portalValidText = ""; -- cgit v1.2.3