trim email

This commit is contained in:
2022-03-31 10:24:58 +02:00
parent e027958c63
commit dcddf4b3f1
3 changed files with 4 additions and 0 deletions

View File

@@ -1572,6 +1572,8 @@ class Person implements HasCenterInterface, TrackCreationInterface, TrackUpdateI
$email = '';
}
$email = trim($email);
$this->email = $email;
return $this;