mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
finalize create properly
This commit is contained in:
@@ -70,9 +70,7 @@
|
||||
fd.append('license', files[0]);
|
||||
fd.append('key', shareKeyCt);
|
||||
|
||||
$scope.submitPromise = apiService.organizations.postLicense(fd).$promise.then(function (result) {
|
||||
return finalizeCreate();
|
||||
});
|
||||
$scope.submitPromise = apiService.organizations.postLicense(fd).$promise.then(finalizeCreate);
|
||||
}
|
||||
else {
|
||||
var shareKeyCt = cryptoService.makeShareKeyCt();
|
||||
|
||||
Reference in New Issue
Block a user