1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-21 02:33:46 +00:00

Add accessToSecrets to service account lists (#5749)

This commit is contained in:
Thomas Avery
2023-08-03 10:06:18 -05:00
committed by GitHub
parent 5756aa851b
commit 6c68b46acb
7 changed files with 79 additions and 29 deletions

View File

@@ -130,7 +130,7 @@ export class OverviewComponent implements OnInit, OnDestroy {
orgId$,
this.serviceAccountService.serviceAccount$.pipe(startWith(null)),
]).pipe(
switchMap(([orgId]) => this.serviceAccountService.getServiceAccounts(orgId)),
switchMap(([orgId]) => this.serviceAccountService.getServiceAccounts(orgId, false)),
share()
);