mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-22 11:45:59 +01:00
Improve device-approval command description (#9615)
This commit is contained in:
parent
84e9778669
commit
8be17c28f0
@ -26,7 +26,9 @@ export class DeviceApprovalProgram extends BaseProgram {
|
||||
|
||||
private deviceApprovalCommand() {
|
||||
return new Command("device-approval")
|
||||
.description("Manage device approvals")
|
||||
.description(
|
||||
"Manage device approval requests sent to organizations that use SSO with trusted devices.",
|
||||
)
|
||||
.addCommand(this.listCommand())
|
||||
.addCommand(this.approveCommand())
|
||||
.addCommand(this.approveAllCommand())
|
||||
|
Loading…
Reference in New Issue
Block a user