1
0
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:
Matt Portune
2020-05-18 16:06:34 -04:00
parent e71617886a
commit 2cf7f18858
8 changed files with 62 additions and 0 deletions

View File

@ -0,0 +1,7 @@
namespace Bit.Core.Models.Mail
{
public class LicenseExpiredViewModel : BaseMailModel
{
public bool IsOrganization { get; set; }
}
}