1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 16:23:44 +00:00

[PM-14219] Add service for new device verification notice (#11988)

* added service and spec file for new device verification notice
This commit is contained in:
Jason Ng
2024-11-19 10:04:40 -05:00
committed by GitHub
parent 140a514be3
commit 21855595c5
3 changed files with 154 additions and 0 deletions

View File

@@ -173,3 +173,7 @@ export const PREMIUM_BANNER_DISK_LOCAL = new StateDefinition("premiumBannerRepro
});
export const BANNERS_DISMISSED_DISK = new StateDefinition("bannersDismissed", "disk");
export const VAULT_BROWSER_UI_ONBOARDING = new StateDefinition("vaultBrowserUiOnboarding", "disk");
export const NEW_DEVICE_VERIFICATION_NOTICE = new StateDefinition(
"newDeviceVerificationNotice",
"disk",
);