Got most of admin panel working. Data issues fixed
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
using System.Security.Claims;
|
||||
using OpenArchival.DataAccess;
|
||||
using Microsoft.AspNetCore.Components.Authorization;
|
||||
using Microsoft.AspNetCore.Components.Server;
|
||||
using Microsoft.AspNetCore.Identity;
|
||||
using Microsoft.Extensions.Options;
|
||||
using OpenArchival.Blazor.Data;
|
||||
using System.Security.Claims;
|
||||
|
||||
namespace OpenArchival.Blazor.Components.Account
|
||||
namespace MyAppName.WebApp.Components.Account
|
||||
{
|
||||
// This is a server-side AuthenticationStateProvider that revalidates the security stamp for the connected user
|
||||
// every 30 minutes an interactive circuit is connected.
|
||||
|
||||
Reference in New Issue
Block a user