Fix samples typo
This commit is contained in:
parent
37d4e2b6ff
commit
78b66382f9
|
|
@ -14,7 +14,7 @@ namespace IdentitySample.Models
|
|||
{
|
||||
public AccountController(UserManager<ApplicationUser> userManager, SignInManager<ApplicationUser> signInManager)
|
||||
{
|
||||
UserManager = UserManager;
|
||||
UserManager = userManager;
|
||||
SignInManager = signInManager;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue