mirror of
https://github.com/bitwarden/web
synced 2025-12-06 00:03:28 +00:00
update org after share
This commit is contained in:
@@ -269,8 +269,8 @@
|
||||
}
|
||||
});
|
||||
|
||||
modal.result.then(function () {
|
||||
|
||||
modal.result.then(function (orgId) {
|
||||
login.organizationId = orgId;
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
@@ -105,7 +105,7 @@
|
||||
|
||||
$scope.submitPromise = apiService.ciphers.putShare({ id: loginId }, request, function (response) {
|
||||
$analytics.eventTrack('Shared Login');
|
||||
$uibModalInstance.close();
|
||||
$uibModalInstance.close(model.organizationId);
|
||||
}).$promise;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user