1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-11 22:13:32 +00:00

Resolve the Unauthorized issue on secrets manager (#12278)

This commit is contained in:
cyprain-okeke
2024-12-06 23:23:18 +01:00
committed by Cy Okeke
parent dbfcc4e72e
commit e0c8f2ced9

View File

@@ -139,7 +139,7 @@ export class OverviewComponent implements OnInit, OnDestroy {
});
this.freeTrial$ = org$.pipe(
filter((org) => org.isOwner),
filter((org) => org.isOwner && org.canViewBillingHistory && org.canViewSubscription),
switchMap((org) =>
combineLatest([
of(org),