Add normalize back
This commit is contained in:
parent
795040a8a1
commit
e594854cd2
|
|
@ -22,7 +22,7 @@ namespace Microsoft.AspNetCore.Identity
|
|||
{
|
||||
return null;
|
||||
}
|
||||
return key.ToUpperInvariant();
|
||||
return key.Normalize().ToUpperInvariant();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue