mirror of
https://github.com/bitwarden/server.git
synced 2025-07-17 23:50:58 -05:00
Add userId to auth success response
This commit is contained in:
@ -230,6 +230,7 @@ public abstract class BaseRequestValidator<T> where T : class
|
||||
customResponse.Add("KdfMemory", user.KdfMemory);
|
||||
customResponse.Add("KdfParallelism", user.KdfParallelism);
|
||||
customResponse.Add("UserDecryptionOptions", await CreateUserDecryptionOptionsAsync(user, device, GetSubject(context)));
|
||||
customResponse.Add("UserId", user.Id.ToString());
|
||||
|
||||
if (sendRememberToken)
|
||||
{
|
||||
|
Reference in New Issue
Block a user