diff options
Diffstat (limited to 'www/js/WizardCtrl.js')
| -rw-r--r-- | www/js/WizardCtrl.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 = ""; |
