mirror of
https://github.com/bitwarden/server.git
synced 2024-11-22 12:15:36 +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>
|
||||
{
|
||||
// Deprecated claims for backwards compatability
|
||||
// Deprecated claims for backwards compatibility
|
||||
new Claim(ClaimTypes.AuthenticationMethod, "Application"),
|
||||
new Claim(_identityOptions.ClaimsIdentity.UserIdClaimType, user.Id.ToString())
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user