1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-13 14:53:33 +00:00

Communicate the upcoming client vault privacy changes to MSPs (#9994)

* Add a banner notification to the provider portal

* Feature flag the banner

* Move banner copy to messages.json

* Allow for dismissing the banner
This commit is contained in:
Addison Beck
2024-07-08 10:16:29 -04:00
committed by GitHub
parent d92e1b3eca
commit 52207b7620
6 changed files with 81 additions and 3 deletions

View File

@@ -29,6 +29,9 @@ export const ORGANIZATION_MANAGEMENT_PREFERENCES_DISK = new StateDefinition(
web: "disk-local",
},
);
export const AC_BANNERS_DISMISSED_DISK = new StateDefinition("acBannersDismissed", "disk", {
web: "disk-local",
});
// Billing
export const BILLING_DISK = new StateDefinition("billing", "disk");