TryCatchLearn / DatingApp

266 stars 137 forks source link

Adjust password not matching validation result property. #8

Closed RafaelJCamara closed 3 months ago

RafaelJCamara commented 5 months ago

To make this property aligned with the one we have in out text-input component.

We could either change the value here in the register component to notMatching (which is what I've done) or change the property in the text component to be isMatching (like it's here in the register component)