fix: test email should not be required
This commit is contained in:
@@ -73,8 +73,8 @@ class Email extends Component
|
|||||||
#[Validate(['nullable', 'string'])]
|
#[Validate(['nullable', 'string'])]
|
||||||
public ?string $resendApiKey = null;
|
public ?string $resendApiKey = null;
|
||||||
|
|
||||||
#[Validate(['required', 'email'])]
|
#[Validate(['nullable', 'email'])]
|
||||||
public string $testEmailAddress = '';
|
public ?string $testEmailAddress = null;
|
||||||
|
|
||||||
public function mount()
|
public function mount()
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user