mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 15:42:48 -05:00
remove bcc
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user