1
0
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:
cyprain-okeke
2025-05-16 15:22:52 +01:00
committed by GitHub
parent 5beafb876c
commit 0ffc2b406e
3 changed files with 29 additions and 5 deletions

View File

@@ -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",