1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-13 14:53:33 +00:00

Resolve the license issue (#14776)

This commit is contained in:
cyprain-okeke
2025-05-16 16:05:17 +01:00
committed by GitHub
parent 1c4ce2a9e6
commit 5cf93921b5

View File

@@ -16,7 +16,10 @@ export class OrganizationSponsorshipApiService
): Promise<ListResponse<OrganizationSponsorshipInvitesResponse>> { ): Promise<ListResponse<OrganizationSponsorshipInvitesResponse>> {
const r = await this.apiService.send( const r = await this.apiService.send(
"GET", "GET",
"/organization/sponsorship/" + sponsoredOrgId + "/sponsored", "/organization/sponsorship/" +
(this.platformUtilsService.isSelfHost() ? "self-hosted/" : "") +
sponsoredOrgId +
"/sponsored",
null, null,
true, true,
true, true,