remove a few ray
This commit is contained in:
parent
f8d7c5209e
commit
c35c2fe1ee
@ -31,7 +31,6 @@ public function submit()
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
$found = ModelsWaitlist::where('email', $this->email)->first();
|
$found = ModelsWaitlist::where('email', $this->email)->first();
|
||||||
ray($found);
|
|
||||||
if ($found) {
|
if ($found) {
|
||||||
if (!$found->verified) {
|
if (!$found->verified) {
|
||||||
$this->emit('error', 'You are already on the waitlist. <br>Please check your email to verify your email address.');
|
$this->emit('error', 'You are already on the waitlist. <br>Please check your email to verify your email address.');
|
||||||
|
Loading…
Reference in New Issue
Block a user