mirror of
https://github.com/bitwarden/server
synced 2025-12-22 11:13:27 +00:00
Add the expiration date (#6191)
This commit is contained in:
@@ -98,7 +98,7 @@ public class OrganizationLicense : ILicense
|
||||
|
||||
if (subscriptionInfo?.Subscription == null)
|
||||
{
|
||||
if (org.PlanType == PlanType.Custom && org.ExpirationDate.HasValue)
|
||||
if (org.ExpirationDate.HasValue)
|
||||
{
|
||||
Expires = Refresh = org.ExpirationDate.Value;
|
||||
Trial = false;
|
||||
|
||||
Reference in New Issue
Block a user