Merge branch 'next' into add-no-encryption-option

This commit is contained in:
Andras Bacsai
2024-12-05 12:30:45 +01:00
107 changed files with 1305 additions and 423 deletions

View File

@@ -73,8 +73,8 @@ class Email extends Component
#[Validate(['nullable', 'string'])]
public ?string $resendApiKey = null;
#[Validate(['required', 'email'])]
public string $testEmailAddress = '';
#[Validate(['nullable', 'email'])]
public ?string $testEmailAddress = null;
public function mount()
{