1 Reply
No service for type 'Microsoft.AspNetCore.Identity.UserManager`1[Microsoft.AspNetCore.Identity.IdentityUser]' has been registered this is the error i get
I have figured out where it is
Its either in these lines of Program.cs or in LoginPartial
Specifically this line
I want the owner to be the default user
and the vet part to be an admin user
i have models for both