TekH 8c1dd9c40d Make boolean properties nullable in Envelope class
Changed `SendReminderEmails`, `UseAccessCode`, and `TfaEnabled`
properties from non-nullable `bool` to nullable `bool?` to allow
representation of `null` values. Added conditional initialization
of `TfaEnabled` to `false` for `NETFRAMEWORK` target.
2026-06-11 23:03:35 +02:00
2025-03-28 15:12:26 +01:00
Description
No description provided
184 MiB
Languages
JavaScript 86.4%
C# 6.8%
Visual Basic .NET 2.7%
HTML 2.5%
CSS 1.1%
Other 0.4%