state after adding all of the user stuff and messing around with the wierd brave bug
This commit is contained in:
14
OpenArchival.Blazor.AdminPages/UserManagementPage.razor
Normal file
14
OpenArchival.Blazor.AdminPages/UserManagementPage.razor
Normal file
@@ -0,0 +1,14 @@
|
||||
@page "/admin/userstable"
|
||||
@using OpenArchival.Blazor.AdminPages.Shared
|
||||
@using Microsoft.AspNetCore.Identity
|
||||
@using Microsoft.AspNetCore.Authorization
|
||||
@using OpenArchival.DataAccess
|
||||
|
||||
@attribute [Authorize(Roles = $"{UserRoles.Admin}")]
|
||||
|
||||
|
||||
<UsersTable></UsersTable>
|
||||
|
||||
@code {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user