Music-Visualization-MQP / mono-repo

0 stars 0 forks source link

frontend: Account form completeness #28

Open notsoli opened 2 weeks ago

notsoli commented 2 weeks ago

When users enter invalid credentials into the login form or malformed credentials in the register form, they are alerted by text above the relevant field. Wrote unit and integration tests to verify functionality.

Fixes #13 Fixes #27