Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(Collaboration): Allow to enforce strict email format on sharees API
Only recommend a email address as sharee if it satisfies the strict format checking. Meaning before `a@b` was valid, while now with strict checking it is invalid and needs to be at least `a@b.c` Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
- Loading branch information