mirror of
https://github.com/bitwarden/browser
synced 2025-12-21 18:53:29 +00:00
don't display free bitwarden families button (#11184)
This commit is contained in:
@@ -38,7 +38,7 @@ export class MoreFromBitwardenPageV2Component {
|
||||
private organizationService: OrganizationService,
|
||||
) {
|
||||
this.canAccessPremium$ = billingAccountProfileStateService.hasPremiumFromAnySource$;
|
||||
this.familySponsorshipAvailable$ = this.organizationService.canManageSponsorships$;
|
||||
this.familySponsorshipAvailable$ = this.organizationService.familySponsorshipAvailable$;
|
||||
}
|
||||
|
||||
async openFreeBitwardenFamiliesPage() {
|
||||
|
||||
Reference in New Issue
Block a user