Checking ConfirmPassword

I've added the asp.net core identity security to my application by using the wizard in Blazor Studio, but it seems the ConfirmPassword field is not checked agains the Password field. What's the best way to add this check and not allow the user to type two different passwords?

Hi @Leon,

This shouldn't be the case:

There is a compare validator in the profile page: