diff --git a/src/Microsoft.AspNetCore.Identity/AuthenticatorTokenprovider.cs b/src/Microsoft.AspNetCore.Identity/AuthenticatorTokenProvider.cs similarity index 99% rename from src/Microsoft.AspNetCore.Identity/AuthenticatorTokenprovider.cs rename to src/Microsoft.AspNetCore.Identity/AuthenticatorTokenProvider.cs index afc57eb73b..9f611e44fb 100644 --- a/src/Microsoft.AspNetCore.Identity/AuthenticatorTokenprovider.cs +++ b/src/Microsoft.AspNetCore.Identity/AuthenticatorTokenProvider.cs @@ -68,4 +68,4 @@ namespace Microsoft.AspNetCore.Identity return false; } } -} \ No newline at end of file +}