mirror of
https://github.com/bitwarden/server
synced 2025-12-17 08:43:27 +00:00
use directory bit on orgs
This commit is contained in:
@@ -12,6 +12,7 @@ namespace Bit.Core.Models.StaticStore
|
||||
public bool CanBuyAdditionalSeats { get; set; }
|
||||
public short? MaxAdditionalSeats { get; set; }
|
||||
public bool UseGroups { get; set; }
|
||||
public bool UseDirectory { get; set; }
|
||||
public decimal BasePrice { get; set; }
|
||||
public decimal SeatPrice { get; set; }
|
||||
public short? MaxCollections { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user