mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 08:02:49 -05:00
License expiration email for self-hosted org/premium accounts
This commit is contained in:
7
src/Core/Models/Mail/LicenseExpiredViewModel.cs
Normal file
7
src/Core/Models/Mail/LicenseExpiredViewModel.cs
Normal file
@ -0,0 +1,7 @@
|
||||
namespace Bit.Core.Models.Mail
|
||||
{
|
||||
public class LicenseExpiredViewModel : BaseMailModel
|
||||
{
|
||||
public bool IsOrganization { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user