1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-16 07:07:32 -05:00

[AC-2211] SM Changes (#3938)

* SM changes

* Teams starter bugs
This commit is contained in:
Conner Turnbull
2024-04-08 14:42:01 -04:00
committed by GitHub
parent d9658ce3fe
commit 9a2d383417
10 changed files with 308 additions and 23 deletions

View File

@ -114,8 +114,13 @@ public static class StaticStore
new TeamsPlan(true),
new TeamsPlan(false),
new Enterprise2023Plan(true),
new Enterprise2023Plan(false),
new Enterprise2020Plan(true),
new Enterprise2020Plan(false),
new TeamsStarterPlan2023(),
new Teams2023Plan(true),
new Teams2023Plan(false),
new Teams2020Plan(true),
new Teams2020Plan(false),
new FamiliesPlan(),