summaryrefslogtreecommitdiff
path: root/www/js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-04-06 14:28:40 -0400
committerPliable Pixels <pliablepixels@gmail.com>2018-04-06 14:28:40 -0400
commitad5c6b22e68223d03cfbc82833c57c8f1af7b3fe (patch)
treeda47d4075b3a20ffc35f22225b2b004d90984ba9 /www/js
parenta5978ee495aa8e388023b3f3d158a428ac087450 (diff)
#603 clear auth token
Diffstat (limited to 'www/js')
-rwxr-xr-xwww/js/DataModel.js2
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',