mirror of
https://github.com/bitwarden/server.git
synced 2025-06-16 15:53:13 -05:00
Revert add the new bool SkipTrial
This commit is contained in:
parent
a1837f9308
commit
f479d07f23
@ -16,5 +16,5 @@ public class OrganizationSignup : OrganizationUpgrade
|
|||||||
public string InitiationPath { get; set; }
|
public string InitiationPath { get; set; }
|
||||||
public bool IsFromSecretsManagerTrial { get; set; }
|
public bool IsFromSecretsManagerTrial { get; set; }
|
||||||
public bool IsFromProvider { get; set; }
|
public bool IsFromProvider { get; set; }
|
||||||
public new bool SkipTrial { get; set; }
|
public bool SkipTrial { get; set; }
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user