From 6c56421040e915db6f3ffaeb1923876675e7b9cc Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sun, 3 Jun 2018 17:28:08 -0400 Subject: #641 nullify auth in case of no auth --- www/js/DataModel.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'www') diff --git a/www/js/DataModel.js b/www/js/DataModel.js index b5abe67f..48929107 100755 --- a/www/js/DataModel.js +++ b/www/js/DataModel.js @@ -423,7 +423,9 @@ angular.module('zmApp.controllers') } else { log("Data Model: Did not find any stream mode of auth"); as = ""; + $rootScope.authSession = ""; d.resolve(as); + return d.promise; } return (d.promise); -- cgit v1.2.3