❔ Create a custom register/login razor views for my Blazor identity.
I have Blazor app connected to my db and it works as an identity for both register,login etc, but I want to customise it, I dont want to register with just email and passowrd, I want to add other fields, how to do that? any reference links /tutorials would be great!


