This commit is contained in:
Damodar Lohani 2025-11-23 07:01:11 +00:00
parent 5a1c257a37
commit 149fee503f

View file

@ -108,7 +108,7 @@ function createUser(Hash $hash, string $userId, ?string $email, ?string $passwor
throw new Exception(Exception::USER_PASSWORD_PERSONAL_DATA);
}
}
try {
$emailCanonical = new Email($email);
} catch (Throwable) {