mirror of
https://github.com/bitwarden/server.git
synced 2025-07-03 09:02:48 -05:00
built out the organization edit event from the admin portal (#1508)
* built out the organization edit event from the admin portal * removed unneeded override * added some space * fixed the space
This commit is contained in:
@ -107,6 +107,7 @@ namespace Bit.Admin.Models
|
||||
public string LicenseKey { get; set; }
|
||||
[Display(Name = "Expiration Date")]
|
||||
public DateTime? ExpirationDate { get; set; }
|
||||
public bool SalesAssistedTrialStarted { get; set; }
|
||||
|
||||
public Organization ToOrganization(Organization existingOrganization)
|
||||
{
|
||||
|
Reference in New Issue
Block a user