mirror of
https://github.com/bitwarden/server
synced 2025-12-24 20:23:21 +00:00
fixing missing comment
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user