aspnet / Identity

[Archived] ASP.NET Core Identity is the membership system for building ASP.NET Core web applications, including membership, login, and user data. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
1.97k stars 871 forks source link

Add missing "private readonly" modifiers to _userManager and _logger fields #1990

Closed miroslavpopovic closed 5 years ago

miroslavpopovic commented 5 years ago

Two small fixes for missing "private readonly" modifiers in Identity UI.

javiercn commented 5 years ago

This needs to target the release/2.2 branch I believe

HaoK commented 5 years ago

The code has moved to https://github.com/aspnet/AspNetCore/tree/master/src/Identity this is reasonable change we would take for 3.0 if you were to reopen this PR over there