mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
PM-6558 Vault Onboarding Extension Check on Install (#8216)
updated browser runtime background to send hasBWInstalled message on installation
This commit is contained in:
6
libs/common/src/vault/enums/vault-onboarding.enum.ts
Normal file
6
libs/common/src/vault/enums/vault-onboarding.enum.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
const VaultOnboardingMessages = {
|
||||
HasBwInstalled: "hasBwInstalled",
|
||||
checkBwInstalled: "checkIfBWExtensionInstalled",
|
||||
} as const;
|
||||
|
||||
export { VaultOnboardingMessages };
|
||||
Reference in New Issue
Block a user