mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
Pass correct parameter to endpoint (#14607)
This commit is contained in:
@@ -176,7 +176,7 @@ export class FreeBitwardenFamiliesComponent implements OnInit {
|
||||
return;
|
||||
}
|
||||
|
||||
await this.apiService.deleteRevokeSponsorship(sponsorship.sponsoringOrganizationUserId);
|
||||
await this.apiService.deleteRevokeSponsorship(this.organizationId);
|
||||
|
||||
this.toastService.showToast({
|
||||
variant: "success",
|
||||
|
||||
Reference in New Issue
Block a user