mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 08:02:49 -05:00
typo
This commit is contained in:
@ -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())
|
||||
};
|
||||
|
Reference in New Issue
Block a user