1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-01 08:02:49 -05:00

additional formatting & inclusion of org name

This commit is contained in:
Matt Portune
2020-05-19 18:22:03 -04:00
parent 9bf3a467fa
commit 545948220a
7 changed files with 10 additions and 11 deletions

View File

@ -2,6 +2,7 @@
{
public class LicenseExpiredViewModel : BaseMailModel
{
public bool IsOrganization { get; set; }
public string OrganizationName { get; set; }
public bool IsOrganization => !string.IsNullOrWhiteSpace(OrganizationName);
}
}