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

resolve the failing test

This commit is contained in:
Cy Okeke 2025-06-10 13:04:36 +01:00
parent 417c976099
commit 177326b63d
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 bool SkipTrial { get; set; } public new bool SkipTrial { get; set; }
} }