Got most of admin panel working. Data issues fixed
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
@using Microsoft.AspNetCore.Authorization
|
||||
|
||||
@attribute [Authorize]
|
||||
|
||||
@*@attribute [Authorize]*@
|
||||
@attribute [Authorize(Roles = "Admin")]
|
||||
<PageTitle>Auth</PageTitle>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user