Skip to content

Commit

Permalink
Resolve the Unauthorized issue on secrets manager (#12278)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyprain-okeke committed Dec 6, 2024
1 parent dbfcc4e commit e0c8f2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit e0c8f2c

Please sign in to comment.