feat: add ShowBranding flag propagation from API to report data
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -155,4 +155,5 @@ public class CertificateReportData
|
||||
public List<CertificateEvent> Eventi { get; set; } = new();
|
||||
public ScenarioAnalysis Scenario { get; set; } = new();
|
||||
public byte[]? ChartImage { get; set; }
|
||||
public bool ShowBranding { get; set; } = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user