mirror of
https://github.com/bitwarden/server
synced 2026-01-06 02:23:51 +00:00
Updated missing logic for 2023 plans (#4000)
This commit is contained in:
@@ -48,5 +48,6 @@ public abstract class SubscriptionUpdate
|
||||
=> plan.Type is
|
||||
>= PlanType.FamiliesAnnually2019 and <= PlanType.EnterpriseAnnually2019
|
||||
or PlanType.FamiliesAnnually
|
||||
or PlanType.TeamsStarter2023
|
||||
or PlanType.TeamsStarter;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user