This commit is contained in:
Andras Bacsai 2023-08-15 16:09:40 +02:00
parent 81f7dd9a1d
commit 6eff24369b

View File

@ -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);