mirror of
https://github.com/bitwarden/web
synced 2026-01-06 02:24:02 +00:00
org billing settings setup
This commit is contained in:
@@ -34,7 +34,7 @@ export class DeleteOrganizationComponent {
|
||||
const request = new PasswordVerificationRequest();
|
||||
request.masterPasswordHash = await this.cryptoService.hashPassword(this.masterPassword, null);
|
||||
try {
|
||||
this.formPromise = this.apiService.postDeleteOrganization(this.organizationId, request);
|
||||
this.formPromise = this.apiService.deleteOrganization(this.organizationId, request);
|
||||
await this.formPromise;
|
||||
this.analytics.eventTrack.next({ action: 'Deleted Organization' });
|
||||
this.toasterService.popAsync('success', this.i18nService.t('organizationDeleted'),
|
||||
|
||||
Reference in New Issue
Block a user