mirror of
https://github.com/bitwarden/server.git
synced 2025-04-15 10:08:14 -05:00
remove bcc
This commit is contained in:
parent
8ce0f85fe8
commit
a170e02565
@ -227,8 +227,6 @@ namespace Bit.Core.Services
|
|||||||
List<string> items, bool mentionInvoices)
|
List<string> items, bool mentionInvoices)
|
||||||
{
|
{
|
||||||
var message = CreateDefaultMessage("Your Subscription Will Renew Soon", email);
|
var message = CreateDefaultMessage("Your Subscription Will Renew Soon", email);
|
||||||
message.BccEmails = new List<string> { "kyle@bitwarden.com" };
|
|
||||||
|
|
||||||
var model = new InvoiceUpcomingViewModel
|
var model = new InvoiceUpcomingViewModel
|
||||||
{
|
{
|
||||||
WebVaultUrl = _globalSettings.BaseServiceUri.VaultWithHash,
|
WebVaultUrl = _globalSettings.BaseServiceUri.VaultWithHash,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user