mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 23:52:50 -05: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