user display name is the username
All checks were successful
mapguesser/pipeline/pr-develop This commit looks good

This commit is contained in:
Bence Pőcze 2023-09-25 19:56:18 +02:00
parent e18ed3a034
commit 84e848506f
Signed by: bence
GPG Key ID: DC5BD6E95A333E6D

View File

@ -132,7 +132,7 @@ class User extends Model implements IUser
public function getDisplayName(): string public function getDisplayName(): string
{ {
return $this->email; return $this->username;
} }
public function checkPassword(string $password): bool public function checkPassword(string $password): bool