mirror of
https://github.com/bitwarden/browser
synced 2026-01-07 19:13:39 +00:00
[AC-2632] Device approvals ListCommand (#9389)
This commit is contained in:
@@ -38,7 +38,10 @@ export class DeviceApprovalProgram extends BaseProgram {
|
||||
await this.exitIfFeatureFlagDisabled(FeatureFlag.BulkDeviceApproval);
|
||||
await this.exitIfLocked();
|
||||
|
||||
const cmd = new ListCommand();
|
||||
const cmd = new ListCommand(
|
||||
this.serviceContainer.organizationAuthRequestService,
|
||||
this.serviceContainer.organizationService,
|
||||
);
|
||||
const response = await cmd.run(organizationId);
|
||||
this.processResponse(response);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user