Browse Source

Fix ombi and tautulli token deletion on logout

causefx 7 years ago
parent
commit
f8b9ddc639
1 changed files with 3 additions and 1 deletions
  1. 3 1
      js/functions.js

+ 3 - 1
js/functions.js

@@ -2808,7 +2808,9 @@ function setSSO(){
 	$.each(activeInfo.sso, function(i,v) {
 		if(v !== false){
 			local('set', i, v);
-		}
+		}else{
+		    local('r', i);
+        }
 	});
 }
 function buildStreamItem(array,source){