mirror of
https://github.com/bitwarden/server.git
synced 2025-06-16 07:50:49 -05:00
remove the trailsource property
This commit is contained in:
parent
cef2550910
commit
0d6646697e
@ -9,8 +9,7 @@ public class SubscriptionSetup
|
||||
public required PlanType PlanType { get; set; }
|
||||
public required PasswordManager PasswordManagerOptions { get; set; }
|
||||
public SecretsManager? SecretsManagerOptions { get; set; }
|
||||
public bool SkipTrial { get; set; }
|
||||
public string? TrialSource { get; set; }
|
||||
public bool SkipTrial = false;
|
||||
|
||||
public class PasswordManager
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user