mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-23 11:56:00 +01:00
org existance check
This commit is contained in:
parent
3728f012d7
commit
dc0bf54401
@ -40,6 +40,6 @@ angular
|
||||
};
|
||||
|
||||
$scope.isOrgOwner = function (org) {
|
||||
return org.type === 0;
|
||||
return org && org.type === 0;
|
||||
};
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user