1
0
mirror of https://github.com/bitwarden/server synced 2025-12-20 18:23:44 +00:00

active page status, org customer select filter

This commit is contained in:
Kyle Spearrin
2018-03-21 21:58:14 -04:00
parent 6e16581fe8
commit ab3b3c6e40
8 changed files with 136 additions and 14 deletions

View File

@@ -6,6 +6,6 @@ namespace Bit.Admin.Models
{
public string Name { get; set; }
public string UserEmail { get; set; }
public bool Paid { get; set; }
public bool? Paid { get; set; }
}
}