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

don't display free bitwarden families button (#11184)

This commit is contained in:
Jordan Aasen
2024-09-25 10:56:04 -07:00
committed by GitHub
parent d0b09202c6
commit 7f33954316
3 changed files with 9 additions and 1 deletions

View File

@@ -117,6 +117,10 @@ export abstract class OrganizationService {
* Emits true if the user can create or manage a Free Bitwarden Families sponsorship.
*/
canManageSponsorships$: Observable<boolean>;
/**
* Emits true if any of the user's organizations have a Free Bitwarden Families sponsorship available.
*/
familySponsorshipAvailable$: Observable<boolean>;
hasOrganizations: () => Promise<boolean>;
get$: (id: string) => Observable<Organization | undefined>;
get: (id: string) => Promise<Organization>;