🥅(frontend) catch new errors on mailbox creation

- catch errors related to MAIL_PROVISIONING_API_CREDENTIALS
introduced in commit #ba30b1d3eec73718add6585f30c6b7959cb21850.
Intentionally does not parse the error
"Permission denied. Please check your MAIL_PROVISIONING_API_CREDENTIALS."
as it means the user is neither admin or owner of the domain and
should not access the mailbox creation form
- update translations and component tests
This commit is contained in:
daproclaima
2024-09-10 19:13:11 +02:00
committed by Sebastien Nobour
parent ae05b430db
commit f04c8bc6aa
3 changed files with 64 additions and 159 deletions

View File

@@ -21,6 +21,7 @@ and this project adheres to
- ✨(mailbox) send new mailbox confirmation email #397
- ✨(domains) domain accesses update API #423
- ✨(backend) domain accesses create API #428
- 🥅(frontend) catch new errors on mailbox creation #392
### Fixed