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:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user