Skip to content

Commit a664d38

Browse files
ffMathyHaoK
authored andcommitted
fix for capitalization of file name (#1166)
1 parent 8a47c17 commit a664d38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.AspNetCore.Identity/AuthenticatorTokenprovider.cs renamed to src/Microsoft.AspNetCore.Identity/AuthenticatorTokenProvider.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ public virtual async Task<bool> ValidateAsync(string purpose, string token, User
6868
return false;
6969
}
7070
}
71-
}
71+
}

0 commit comments

Comments
 (0)