Renamed ApplicationDbContext to IdentityDbContext
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
using Hutopy.Web.Common;
|
||||
using Hutopy.Web.Common.Security;
|
||||
using Hutopy.Web.Common.Security;
|
||||
|
||||
namespace Hutopy.Web.Features.Users.Handlers;
|
||||
|
||||
@@ -9,7 +8,7 @@ public record ChangeEmailRequest(
|
||||
|
||||
[PublicAPI]
|
||||
public class ChangeEmailHandler(
|
||||
ApplicationUserManager userManager)
|
||||
IdentityUserManager userManager)
|
||||
: Endpoint<ChangeEmailRequest>
|
||||
{
|
||||
public override void Configure()
|
||||
|
||||
Reference in New Issue
Block a user