fix: saving resend api key
This commit is contained in:
@@ -187,6 +187,7 @@ class Email extends Component
|
|||||||
{
|
{
|
||||||
try {
|
try {
|
||||||
$this->validate([
|
$this->validate([
|
||||||
|
'resendApiKey' => 'required',
|
||||||
], [
|
], [
|
||||||
'resendApiKey.required' => 'Resend API Key is required.',
|
'resendApiKey.required' => 'Resend API Key is required.',
|
||||||
]);
|
]);
|
||||||
|
|||||||
Reference in New Issue
Block a user