mirror of
https://github.com/bitwarden/clients.git
synced 2026-07-04 21:05:54 +08: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