mirror of
https://github.com/bitwarden/web
synced 2025-12-06 00:03:28 +00:00
org existance check
This commit is contained in:
@@ -40,6 +40,6 @@ angular
|
||||
};
|
||||
|
||||
$scope.isOrgOwner = function (org) {
|
||||
return org.type === 0;
|
||||
return org && org.type === 0;
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user