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>>();