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

more org/user info

This commit is contained in:
Kyle Spearrin
2018-03-29 11:26:19 -04:00
parent d2bdaa8baa
commit 830f4ee68e
5 changed files with 28 additions and 11 deletions

View File

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