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:
@ -2,6 +2,7 @@
|
||||
{
|
||||
public class LicenseExpiredViewModel : BaseMailModel
|
||||
{
|
||||
public bool IsOrganization { get; set; }
|
||||
public string OrganizationName { get; set; }
|
||||
public bool IsOrganization => !string.IsNullOrWhiteSpace(OrganizationName);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user