mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 13:23:34 +00:00
Require unlock to list device approvals (#9378)
This commit is contained in:
@@ -30,7 +30,7 @@ export class DeviceApprovalProgram extends BaseProgram {
|
||||
.argument("<organizationId>")
|
||||
.action(async (organizationId: string) => {
|
||||
await this.exitIfFeatureFlagDisabled(FeatureFlag.BulkDeviceApproval);
|
||||
await this.exitIfNotAuthed();
|
||||
await this.exitIfLocked();
|
||||
|
||||
const cmd = new ListCommand();
|
||||
const response = await cmd.run(organizationId);
|
||||
|
||||
Reference in New Issue
Block a user