mirror of
https://github.com/bitwarden/server
synced 2025-12-23 03:33:35 +00:00
added refresh date to license files
This commit is contained in:
@@ -8,6 +8,7 @@ namespace Bit.Core.Models.Business
|
||||
string LicenseKey { get; set; }
|
||||
int Version { get; set; }
|
||||
DateTime Issued { get; set; }
|
||||
DateTime? Refresh { get; set; }
|
||||
DateTime? Expires { get; set; }
|
||||
bool Trial { get; set; }
|
||||
string Signature { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user