1
0
mirror of https://github.com/bitwarden/server synced 2025-12-27 21:53:24 +00:00

pub/priv keys and share updates

This commit is contained in:
Kyle Spearrin
2017-02-21 00:27:32 -05:00
parent 47da65be5f
commit 9ca2baba74
10 changed files with 13 additions and 49 deletions

View File

@@ -123,7 +123,7 @@ namespace Bit.Api.IdentityServer
claims: claims.Count > 0 ? claims : null,
customResponse: new Dictionary<string, object>
{
{ "PrivateKey", user.PrivateKey }
{ "EncryptedPrivateKey", user.PrivateKey }
});
}