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