Merge pull request #1152 from aspnet/FixTests
Remove call to Normlize() for now
This commit is contained in:
commit
5894b58e1a
|
|
@ -22,7 +22,7 @@ namespace Microsoft.AspNetCore.Identity
|
||||||
{
|
{
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
return key.Normalize().ToUpperInvariant();
|
return key.ToUpperInvariant();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue