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

revert the add skipstrial

This commit is contained in:
Cy Okeke 2025-06-10 15:40:59 +01:00
parent 9292f3810f
commit a1837f9308
No known key found for this signature in database
GPG Key ID: 88B341B55C84B45C

View File

@ -15,5 +15,4 @@ public class OrganizationUpgrade
public int? AdditionalSmSeats { get; set; }
public int? AdditionalServiceAccounts { get; set; }
public bool UseSecretsManager { get; set; }
public bool SkipTrial { get; set; }
}