1
0
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:
cyprain-okeke 2024-12-06 23:23:18 +01:00 committed by GitHub
parent 69800d01ab
commit 019a4d16c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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