mirror of
https://github.com/penpot/penpot.git
synced 2026-04-29 21:28:20 +00:00
* ✨ Show specific error messages for invitation token failures Surface distinct error messages for the three invitation-token failure modes that the backend already distinguishes: email mismatch, expired token, and invalid/corrupted token. Replaces the single generic could not accept invitation message with actionable text so the user knows what went wrong and how to recover. Signed-off-by: jack-stormentswe <crazycoder131@gmail.com> * 💄 Update CHANGE.md Signed-off-by: jack-stormentswe <crazycoder131@gmail.com> * 💄 Address review feedback on invitation-error messages Signed-off-by: jack-stormentswe <crazycoder131@gmail.com> --------- Signed-off-by: jack-stormentswe <crazycoder131@gmail.com> Co-authored-by: Andrey Antukh <niwi@niwi.nz>