1
0
mirror of https://github.com/bitwarden/server synced 2026-01-02 08:33:48 +00: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);
}
}