1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-01 16:12:49 -05:00

send keys with profile

This commit is contained in:
Kyle Spearrin
2017-05-31 17:00:01 -04:00
parent 9abc16504b
commit 57b4a32194
2 changed files with 6 additions and 1 deletions

View File

@ -160,7 +160,8 @@ namespace Bit.Core.Services
return new MailMessage
{
ToEmails = toEmails,
Subject = subject
Subject = subject,
MetaData = new Dictionary<string, object>()
};
}