Skip to content

Commit

Permalink
Update AccountController.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaksharma8 authored and Ronak Sharma committed Dec 2, 2021
1 parent ac9218e commit f187c2c
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions MvcDemo/Controllers/AccountController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,15 @@

namespace MvcDemo.Controllers
{
//first time from dev
//hello world alwasasdasd
[Authorize]
public class AccountController : Controller
{
//first line..

//line from command line..
//adding more cnflicts

private ApplicationSignInManager _signInManager;
private ApplicationUserManager _userManager;

public AccountController()
{
}


public AccountController(ApplicationUserManager userManager, ApplicationSignInManager signInManager )
{
Expand Down

0 comments on commit f187c2c

Please sign in to comment.