mirror of
https://github.com/bitwarden/server
synced 2025-12-24 04:03:25 +00: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