diff options
Diffstat (limited to 'www')
| -rwxr-xr-x | www/js/DataModel.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/js/DataModel.js b/www/js/DataModel.js index 3f272918..3b19b686 100755 --- a/www/js/DataModel.js +++ b/www/js/DataModel.js @@ -2156,6 +2156,8 @@ angular.module('zmApp.controllers') logout: function () { log (loginData.url +"=>Logging out of any existing ZM sessions..."); + $rootScope.authSession = "undefined"; + return $http( { method: 'POST', |
