implement SignupUser displayname requirement
This commit is contained in:
parent
4829a02aac
commit
4b1689d17e
2 changed files with 21 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ class SignupUserRequest
|
|||
{
|
||||
public function __construct(
|
||||
public ?string $email,
|
||||
public ?string $displayName,
|
||||
public ?string $password,
|
||||
) {}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue