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:
@@ -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()
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user