Skip to content

Commit

Permalink
#641 nullify auth in case of no auth
Browse files Browse the repository at this point in the history
  • Loading branch information
pliablepixels committed Jun 3, 2018
1 parent 0c32a85 commit 6c56421
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions www/js/DataModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 6c56421

Please sign in to comment.