mirror of
https://github.com/bitwarden/server.git
synced 2025-07-19 08:30:59 -05:00
change personal plan to family. allow self host
This commit is contained in:
@ -23,5 +23,6 @@ namespace Bit.Core.Models.StaticStore
|
||||
public bool Disabled { get; set; }
|
||||
public int? TrialPeriodDays { get; set; }
|
||||
public bool SelfHost { get; set; }
|
||||
public bool UsersGetPremium { get; set; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user