mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-25 21:51:30 +01:00
Resolve the Unauthorized issue on secrets manager (#12278)
This commit is contained in:
parent
69800d01ab
commit
019a4d16c4
@ -140,7 +140,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),
|
||||
|
Loading…
Reference in New Issue
Block a user