Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andrasbacsai committed Aug 15, 2023
1 parent 81f7dd9 commit 6eff243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Livewire/Waitlist.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function submit()
'type' => 'registration',
]);

$this->emit('success', 'You have been added to the waitlist.');
$this->emit('success', 'Check your email to verify your email address.');
dispatch(new SendConfirmationForWaitlistJob($this->email, $waitlist->uuid));
} catch (\Exception $e) {
return general_error_handler(err: $e, that: $this);
Expand Down

0 comments on commit 6eff243

Please sign in to comment.