diff --git a/app/Livewire/Notifications/Email.php b/app/Livewire/Notifications/Email.php index 28267331a..56f07f3a9 100644 --- a/app/Livewire/Notifications/Email.php +++ b/app/Livewire/Notifications/Email.php @@ -187,6 +187,7 @@ class Email extends Component { try { $this->validate([ + 'resendApiKey' => 'required', ], [ 'resendApiKey.required' => 'Resend API Key is required.', ]);