mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 00:03:56 +00:00
share profile promise result when called at same
time
This commit is contained in:
@@ -26,7 +26,7 @@ angular
|
||||
};
|
||||
|
||||
_service.setOrgKeys = function (orgKeysCt, privateKey) {
|
||||
if (!orgKeysCt.length) {
|
||||
if (!orgKeysCt || Object.keys(orgKeysCt).length === 0) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user