You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When password is not strong enough, the error from the db overrides the first password input field, it does not show to the user since these fields are of type="password" by default.
Solution: use the error prop to display the error from the api
Optional enhancement: allow to toggle the visibility of the input using:
When password is not strong enough, the error from the db overrides the first password input field, it does not show to the user since these fields are of
type="password"
by default.Solution: use the
error
prop to display the error from the apiOptional enhancement: allow to toggle the visibility of the input using:
from the MUI TextField examples
The text was updated successfully, but these errors were encountered: