diff options
Diffstat (limited to 'www')
| -rwxr-xr-x | www/js/DataModel.js | 2 |
1 files changed, 2 insertions, 0 deletions
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); |
