From 149fee503f9a4ef1a07f0da0448fa252afd8dab6 Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Sun, 23 Nov 2025 07:01:11 +0000 Subject: [PATCH] Format --- app/controllers/api/users.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/api/users.php b/app/controllers/api/users.php index bb1b6c2e37..c78a148e14 100644 --- a/app/controllers/api/users.php +++ b/app/controllers/api/users.php @@ -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) {