mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
Resolve the Unauthorized issue on secrets manager (#12278)
This commit is contained in:
@@ -140,7 +140,7 @@ export class OverviewComponent implements OnInit, OnDestroy {
|
|||||||
});
|
});
|
||||||
|
|
||||||
this.freeTrial$ = org$.pipe(
|
this.freeTrial$ = org$.pipe(
|
||||||
filter((org) => org.isOwner),
|
filter((org) => org.isOwner && org.canViewBillingHistory && org.canViewSubscription),
|
||||||
switchMap((org) =>
|
switchMap((org) =>
|
||||||
combineLatest([
|
combineLatest([
|
||||||
of(org),
|
of(org),
|
||||||
|
|||||||
Reference in New Issue
Block a user