mirror of
https://github.com/bitwarden/server
synced 2026-02-24 08:33:06 +00:00
org totp and storage flags
This commit is contained in:
@@ -16,6 +16,7 @@ namespace Bit.Core.Models.Table
|
||||
public short? MaxCollections { get; set; }
|
||||
public bool UseGroups { get; set; }
|
||||
public bool UseDirectory { get; set; }
|
||||
public bool UseTotp { get; set; }
|
||||
public long? Storage { get; set; }
|
||||
public short? MaxStorageGb { get; set; }
|
||||
public string StripeCustomerId { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user