diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-04-06 14:28:40 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-04-06 14:28:40 -0400 |
| commit | ad5c6b22e68223d03cfbc82833c57c8f1af7b3fe (patch) | |
| tree | da47d4075b3a20ffc35f22225b2b004d90984ba9 /www/js/DataModel.js | |
| parent | a5978ee495aa8e388023b3f3d158a428ac087450 (diff) | |
#603 clear auth token
Diffstat (limited to 'www/js/DataModel.js')
| -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', |
