mirror of
https://github.com/bitwarden/browser
synced 2025-12-29 22:53:44 +00:00
fix claude suggestion?
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
export const AUTOTYPE_IPC_CHANNELS = {
|
||||
INIT: "autofill.initAutotype",
|
||||
INITIALIZED: "autofill.autotypeIsInitialized",
|
||||
TOGGLE: "autofill.toggleAutotype",
|
||||
CONFIGURE: "autofill.configureAutotype",
|
||||
LISTEN: "autofill.listenAutotypeRequest",
|
||||
EXECUTION_ERROR: "autofill.autotypeExecutionError",
|
||||
EXECUTE: "autofill.executeAutotype",
|
||||
INIT: "autofill.initAutotype" as string,
|
||||
INITIALIZED: "autofill.autotypeIsInitialized" as string,
|
||||
TOGGLE: "autofill.toggleAutotype" as string,
|
||||
CONFIGURE: "autofill.configureAutotype" as string,
|
||||
LISTEN: "autofill.listenAutotypeRequest" as string,
|
||||
EXECUTION_ERROR: "autofill.autotypeExecutionError" as string,
|
||||
EXECUTE: "autofill.executeAutotype" as string,
|
||||
} as const;
|
||||
|
||||
Reference in New Issue
Block a user