How to change Identity error for register page in razor pages
I have a basic question. I want to customize errors that IdentityResult add to ModelState. this is my code(the foreach in else add errors): var user = new IdentityUser {UserName = Input.Phone, …