Switch to Security Authorize attribute
This commit is contained in:
parent
60384e17eb
commit
af908d67e4
|
|
@ -16,7 +16,7 @@ using MusicStore.ViewModels;
|
|||
namespace MusicStore.Areas.Admin.Controllers
|
||||
{
|
||||
[Area("Admin")]
|
||||
[Microsoft.AspNet.Mvc.Authorize("ManageStore")]
|
||||
[Authorize("ManageStore")]
|
||||
public class StoreManagerController : Controller
|
||||
{
|
||||
private IConnectionManager _connectionManager;
|
||||
|
|
|
|||
Loading…
Reference in New Issue