mirror of
https://github.com/bitwarden/server
synced 2025-12-17 08:43:27 +00:00
send keys with profile
This commit is contained in:
@@ -160,7 +160,8 @@ namespace Bit.Core.Services
|
||||
return new MailMessage
|
||||
{
|
||||
ToEmails = toEmails,
|
||||
Subject = subject
|
||||
Subject = subject,
|
||||
MetaData = new Dictionary<string, object>()
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user