mirror of
https://github.com/bitwarden/server.git
synced 2025-07-03 00:52:49 -05: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