79641942

Date: 2025-05-28 09:49:34
Score: 1
Natty:
Report link

Based on the error message, you're using a service that you haven't registered. If you add this line of code to your "Program.cs" file, and it should fix the issue:

builder.Services.AddScoped<UserManager<AuthUserModel>>();
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Alidemy