From 0b9faee91b06e3ae51c3e16942b43135de996545 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Mon, 10 Sep 2018 08:39:41 -0400 Subject: #696 add more login auth leniency --- www/js/DataModel.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'www/js/DataModel.js') diff --git a/www/js/DataModel.js b/www/js/DataModel.js index ea8bd9b2..acda8119 100644 --- a/www/js/DataModel.js +++ b/www/js/DataModel.js @@ -2842,7 +2842,8 @@ angular.module('zmApp.controllers') debug("Logging out using API method"); $http.get(loginData.apiurl + '/host/logout.json', { - timeout: 7000 + timeout: 7000, + transformResponse: undefined }) .then(function (s) { debug("Logout returned... "); -- cgit v1.2.3