Got most of admin panel working. Data issues fixed
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
using OpenArchival.DataAccess;
|
||||
using Microsoft.AspNetCore.Identity;
|
||||
using Microsoft.AspNetCore.Identity.UI.Services;
|
||||
using OpenArchival.Blazor.Data;
|
||||
|
||||
namespace OpenArchival.Blazor.Components.Account
|
||||
namespace MyAppName.WebApp.Components.Account
|
||||
{
|
||||
// Remove the "else if (EmailSender is IdentityNoOpEmailSender)" block from RegisterConfirmation.razor after updating with a real implementation.
|
||||
internal sealed class IdentityNoOpEmailSender : IEmailSender<ApplicationUser>
|
||||
|
||||
Reference in New Issue
Block a user