mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
[AC-2631] Add device-approval command scaffolding (#9351)
* Add device-approval scaffolding * Refactor: move helpers to BaseProgram * Update CODEOWNERS
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { Response } from "@bitwarden/cli/models/response";
|
||||
|
||||
export class DenyAllCommand {
|
||||
constructor() {}
|
||||
|
||||
async run(organizationId: string): Promise<Response> {
|
||||
throw new Error("Not implemented");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user