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:
parent
cef2550910
commit
0d6646697e
@ -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
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user