Initiate InventoyTypes from a xlxs
Arrival mostly working
This commit is contained in:
@@ -38,7 +38,7 @@ namespace InventoryTraker.Web.Controllers
|
||||
|
||||
var identity = _userManager.CreateIdentity(user, DefaultAuthenticationTypes.ApplicationCookie);
|
||||
|
||||
_authManager.SignIn(new AuthenticationProperties { IsPersistent = false }, identity);
|
||||
_authManager.SignIn(new AuthenticationProperties { IsPersistent = true }, identity);
|
||||
|
||||
return Json(true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user