mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
Resolve the license issue (#14776)
This commit is contained in:
@@ -16,7 +16,10 @@ export class OrganizationSponsorshipApiService
|
||||
): Promise<ListResponse<OrganizationSponsorshipInvitesResponse>> {
|
||||
const r = await this.apiService.send(
|
||||
"GET",
|
||||
"/organization/sponsorship/" + sponsoredOrgId + "/sponsored",
|
||||
"/organization/sponsorship/" +
|
||||
(this.platformUtilsService.isSelfHost() ? "self-hosted/" : "") +
|
||||
sponsoredOrgId +
|
||||
"/sponsored",
|
||||
null,
|
||||
true,
|
||||
true,
|
||||
|
||||
Reference in New Issue
Block a user