1
0
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:
Alex Morask
2025-05-13 09:31:42 -04:00
committed by GitHub
parent 53f7d9655e
commit ca40226380
3 changed files with 16 additions and 3 deletions

View File

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