mirror of
https://github.com/bitwarden/browser.git
synced 2024-10-30 08:10:34 +01:00
no need to clean up card
This commit is contained in:
parent
f31360ecbf
commit
dce609d141
@ -74,8 +74,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
function finalizeCreate(result) {
|
function finalizeCreate(result) {
|
||||||
$scope.model.card = null;
|
|
||||||
|
|
||||||
$analytics.eventTrack('Created Organization');
|
$analytics.eventTrack('Created Organization');
|
||||||
authService.addProfileOrganizationOwner(result, shareKeyCt);
|
authService.addProfileOrganizationOwner(result, shareKeyCt);
|
||||||
authService.refreshAccessToken().then(function () {
|
authService.refreshAccessToken().then(function () {
|
||||||
|
Loading…
Reference in New Issue
Block a user