mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
Resolve more than one Sponsorship revoke bug (#14818)
This commit is contained in:
@@ -179,7 +179,10 @@ export class FreeBitwardenFamiliesComponent implements OnInit {
|
||||
return;
|
||||
}
|
||||
|
||||
await this.organizationSponsorshipApiService.deleteRevokeSponsorship(this.organizationId, true);
|
||||
await this.organizationSponsorshipApiService.deleteAdminInitiatedRevokeSponsorship(
|
||||
this.organizationId,
|
||||
sponsorship.friendlyName,
|
||||
);
|
||||
|
||||
this.toastService.showToast({
|
||||
variant: "success",
|
||||
|
||||
Reference in New Issue
Block a user