mirror of
https://github.com/bitwarden/server
synced 2025-12-18 01:03:17 +00:00
typo
This commit is contained in:
@@ -112,7 +112,7 @@ namespace Bit.Core.IdentityServer
|
|||||||
{
|
{
|
||||||
var claims = new List<Claim>
|
var claims = new List<Claim>
|
||||||
{
|
{
|
||||||
// Deprecated claims for backwards compatability
|
// Deprecated claims for backwards compatibility
|
||||||
new Claim(ClaimTypes.AuthenticationMethod, "Application"),
|
new Claim(ClaimTypes.AuthenticationMethod, "Application"),
|
||||||
new Claim(_identityOptions.ClaimsIdentity.UserIdClaimType, user.Id.ToString())
|
new Claim(_identityOptions.ClaimsIdentity.UserIdClaimType, user.Id.ToString())
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user