1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-20 03:01:46 +02:00

Improve device-approval command description (#9615)

This commit is contained in:
Thomas Rittson 2024-06-14 04:39:44 +10:00 committed by GitHub
parent 84e9778669
commit 8be17c28f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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())