mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
Format
This commit is contained in:
parent
5a1c257a37
commit
149fee503f
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue