Skip to content

Commit

Permalink
[PM-16507] update new device verification notice state definition (#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
Jingo88 authored Dec 31, 2024
1 parent a95427e commit 894dd2c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libs/common/src/platform/state/state-definitions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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");

0 comments on commit 894dd2c

Please sign in to comment.