1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-16 15:53:13 -05:00

remove the trailsource property

This commit is contained in:
Cy Okeke 2025-06-10 15:54:21 +01:00
parent cef2550910
commit 0d6646697e
No known key found for this signature in database
GPG Key ID: 88B341B55C84B45C

View File

@ -9,8 +9,7 @@ public class SubscriptionSetup
public required PlanType PlanType { get; set; } public required PlanType PlanType { get; set; }
public required PasswordManager PasswordManagerOptions { get; set; } public required PasswordManager PasswordManagerOptions { get; set; }
public SecretsManager? SecretsManagerOptions { get; set; } public SecretsManager? SecretsManagerOptions { get; set; }
public bool SkipTrial { get; set; } public bool SkipTrial = false;
public string? TrialSource { get; set; }
public class PasswordManager public class PasswordManager
{ {