From ad5c6b22e68223d03cfbc82833c57c8f1af7b3fe Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Fri, 6 Apr 2018 14:28:40 -0400 Subject: #603 clear auth token --- www/js/DataModel.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'www/js/DataModel.js') 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', -- cgit v1.2.3