Accusamus2065 / Easy-Healthcare

MIT License
0 stars 2 forks source link

Most of the 'Error' attributes in each State is not used #46

Closed Accusamus2065 closed 1 year ago

Accusamus2065 commented 1 year ago

For example, in the LoginState the passwordError attribute is never assigned and used. Same as the other Error attributes in other States. So, we should delete all Error attributes, and create one new attribute that stores the error messages and pop out when propertyChange() is called if it's not null.

Accusamus2065 commented 1 year ago

This issue is resolved in my latest pull request.