[#558] added owner to access details (#603)

Co-authored-by: Camille Moussu <cmoussu@linagora.com>
This commit is contained in:
Camille Moussu
2026-03-03 21:12:34 +01:00
committed by GitHub
parent f0e63e07a6
commit edf158f13f
9 changed files with 267 additions and 208 deletions
+3
View File
@@ -0,0 +1,3 @@
export function normalizeEmail(email?: string) {
return email?.trim().toLowerCase() ?? "";
}