mirror of
https://github.com/bitwarden/server
synced 2026-01-07 19:13:50 +00:00
Run formatting (#2230)
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
namespace Bit.Core.Models.Mail
|
||||
namespace Bit.Core.Models.Mail;
|
||||
|
||||
public class LicenseExpiredViewModel : BaseMailModel
|
||||
{
|
||||
public class LicenseExpiredViewModel : BaseMailModel
|
||||
{
|
||||
public string OrganizationName { get; set; }
|
||||
public bool IsOrganization => !string.IsNullOrWhiteSpace(OrganizationName);
|
||||
}
|
||||
public string OrganizationName { get; set; }
|
||||
public bool IsOrganization => !string.IsNullOrWhiteSpace(OrganizationName);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user