1
0
mirror of https://github.com/bitwarden/web synced 2025-12-06 00:03:28 +00:00

no need to clean up card

This commit is contained in:
Kyle Spearrin
2017-05-09 19:28:12 -04:00
parent f31360ecbf
commit dce609d141

View File

@@ -74,8 +74,6 @@
}
function finalizeCreate(result) {
$scope.model.card = null;
$analytics.eventTrack('Created Organization');
authService.addProfileOrganizationOwner(result, shareKeyCt);
authService.refreshAccessToken().then(function () {