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:
@@ -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 }
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user