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

Revert add the new bool SkipTrial

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

View File

@ -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; }
} }