1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-04-08 19:06:11 +02:00

[PM-16507] update new device verification notice state definition (#12608)

This commit is contained in:
Jason Ng 2024-12-30 19:24:31 -05:00 committed by GitHub
parent a95427eee0
commit 894dd2c896
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -180,5 +180,8 @@ export const VAULT_BROWSER_UI_ONBOARDING = new StateDefinition("vaultBrowserUiOn
export const NEW_DEVICE_VERIFICATION_NOTICE = new StateDefinition(
"newDeviceVerificationNotice",
"disk",
{
web: "disk-local",
},
);
export const VAULT_APPEARANCE = new StateDefinition("vaultAppearance", "disk");