mirror of
https://github.com/bitwarden/server.git
synced 2025-04-14 09:38:16 -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)
|
||||
{
|
||||
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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user