mirror of
https://github.com/bitwarden/server
synced 2026-01-07 11:03:37 +00:00
formatting fixes
This commit is contained in:
@@ -112,7 +112,8 @@ namespace Bit.Api.IdentityServer
|
||||
|
||||
private void BuildSuccessResult(User user, ResourceOwnerPasswordValidationContext context, Device device)
|
||||
{
|
||||
var claims = new List<Claim> {
|
||||
var claims = new List<Claim>
|
||||
{
|
||||
// Deprecated claims for backwards compatability
|
||||
new Claim(ClaimTypes.AuthenticationMethod, "Application"),
|
||||
new Claim(_identityOptions.ClaimsIdentity.UserIdClaimType, user.Id.ToString())
|
||||
|
||||
Reference in New Issue
Block a user