Skip to content

Commit

Permalink
Use dns verification
Browse files Browse the repository at this point in the history
  • Loading branch information
riasvdv committed Sep 6, 2024
1 parent 0cbf075 commit 6d8e383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Livewire/Newsletter.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Newsletter extends Component
public function subscribe(): void
{
$this->validate([
'email' => 'required|email',
'email' => 'required|email:strict,dns',
]);

app(SubscribeUserToNewsletterAction::class)
Expand Down

0 comments on commit 6d8e383

Please sign in to comment.