mirror of
https://github.com/bitwarden/server.git
synced 2025-07-16 15:17:33 -05:00
default collection on org create
This commit is contained in:
@ -13,5 +13,6 @@ namespace Bit.Core.Models.Business
|
||||
public short AdditionalSeats { get; set; }
|
||||
public short AdditionalStorageGb { get; set; }
|
||||
public string PaymentToken { get; set; }
|
||||
public string CollectionName { get; set; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user