fix
This commit is contained in:
		@@ -44,7 +44,7 @@ class Waitlist extends Component
 | 
				
			|||||||
                'type' => 'registration',
 | 
					                '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));
 | 
					            dispatch(new SendConfirmationForWaitlistJob($this->email, $waitlist->uuid));
 | 
				
			||||||
        } catch (\Exception $e) {
 | 
					        } catch (\Exception $e) {
 | 
				
			||||||
            return general_error_handler(err: $e, that: $this);
 | 
					            return general_error_handler(err: $e, that: $this);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user