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