Got a profile

This commit is contained in:
Paul Schneider 2023-04-01 13:03:56 +01:00
commit bc3e3099b6
8 changed files with 20 additions and 13 deletions

View file

@ -28,7 +28,6 @@ namespace Yavsc.WebApi.Controllers
_signInManager = signInManager;
_logger = loggerFactory.CreateLogger("ApiAuth");
_dbContext = dbContext;
IViewComponentHelper h;
}
public UserManager<ApplicationUser> UserManager