mirror of
https://github.com/bitwarden/server
synced 2025-12-29 14:43:39 +00:00
[PM-21418] Do not start organization on trial when request includes SkipTrial (#5793)
* Do not start organization on a trial when createRequest.SkipTrial is true * Run dotnet format
This commit is contained in:
@@ -16,4 +16,5 @@ public class OrganizationSignup : OrganizationUpgrade
|
||||
public string InitiationPath { get; set; }
|
||||
public bool IsFromSecretsManagerTrial { get; set; }
|
||||
public bool IsFromProvider { get; set; }
|
||||
public bool SkipTrial { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user