mirror of
https://github.com/penpot/penpot.git
synced 2026-09-16 08:59:35 +00:00
* 🐛 Fix email already used showing a toast instead of an input error Registering with an email that already exists reported the problem with a toast while the email input stayed in its valid state, which reads as if the form was accepted. The message now lands on the email input itself, the same way the recovery and change password forms report server side errors. The error is written to :extra-errors because the form mutator recomputes :errors from the schema on every change, so a value written there is dropped on the next render. Fixes #10890 * 📎 Update CHANGES.md to remove email registration fix Removed a note about a fix for email registration error display. Signed-off-by: Andrey Antukh <niwi@niwi.nz> --------- Co-authored-by: Shreyash Agare <agareshreyash26@gmail.com> Co-authored-by: Andrey Antukh <niwi@niwi.nz>