🐛(domains) fix attemps to send invitations to existing users

Users can only search other users inside their own organization.
This leads to a bug where we try to invite an email already linked to an user
This commit is contained in:
Marie PUPO JEAMMET
2025-07-03 15:44:40 +02:00
committed by Marie
parent 0df8f53037
commit 63b8984eb2
6 changed files with 76 additions and 18 deletions

View File

@@ -14,7 +14,11 @@ and this project adheres to
- ✨(front) add show invitations mails domains access #1040
- ✨(invitations) can delete domain invitations
## Changed
### Fixed
- 🐛(domains) fix attemps to send invitations to existing users #953
### Changed
- 🏗️(core) migrate from pip to uv
- ✨(front) add show invitations mails domains access #1040