1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 16:23:44 +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 GitHub
parent 69800d01ab
commit 019a4d16c4

View File

@@ -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),