mirror of
https://github.com/bitwarden/server.git
synced 2025-02-17 02:01:53 +01:00
typo
This commit is contained in:
parent
9ed677532c
commit
9abc16504b
@ -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())
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user