update org after share
This commit is contained in:
parent
c4a3e5c4fd
commit
309c73a972
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue