1
0
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:
cyprain-okeke
2025-08-19 15:53:54 +01:00
committed by GitHub
parent ae1e9a2aed
commit 29d6288b27
3 changed files with 3 additions and 5 deletions

View File

@@ -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;