1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-14 09:38:16 -05:00

remove bcc

This commit is contained in:
Kyle Spearrin 2018-05-15 15:07:53 -04:00
parent 8ce0f85fe8
commit a170e02565

View File

@ -227,8 +227,6 @@ namespace Bit.Core.Services
List<string> items, bool mentionInvoices)
{
var message = CreateDefaultMessage("Your Subscription Will Renew Soon", email);
message.BccEmails = new List<string> { "kyle@bitwarden.com" };
var model = new InvoiceUpcomingViewModel
{
WebVaultUrl = _globalSettings.BaseServiceUri.VaultWithHash,