mirror of
https://github.com/bitwarden/server
synced 2026-01-05 18:13:31 +00:00
validation checks on cipher move
This commit is contained in:
@@ -121,7 +121,7 @@ namespace Bit.Api.IdentityServer
|
||||
var customResponse = new Dictionary<string, object>();
|
||||
if(!string.IsNullOrWhiteSpace(user.PrivateKey))
|
||||
{
|
||||
customResponse.Add("EncryptedPrivateKey", user.PrivateKey);
|
||||
customResponse.Add("PrivateKey", user.PrivateKey);
|
||||
}
|
||||
|
||||
context.Result = new GrantValidationResult(user.Id.ToString(), "Application",
|
||||
|
||||
Reference in New Issue
Block a user