1
0
mirror of https://github.com/bitwarden/server synced 2025-12-24 20:23:21 +00:00

fixing missing comment

This commit is contained in:
cd-bitwarden
2025-10-22 17:21:24 -04:00
parent 763cc10f89
commit de5b797139

View File

@@ -129,6 +129,7 @@ public class Organization : ITableObject<Guid>, IStorableSubscriber, IRevisable
/// </summary>
public bool SyncSeats { get; set; }
/// <summary>
/// If set to true, user accounts created within the organization are automatically confirmed without requiring additional verification steps.
/// </summary>
public bool UseAutomaticUserConfirmation { get; set; }