fix: testing email

fix: expired invitiation link
This commit is contained in:
Andras Bacsai
2023-09-11 12:16:26 +02:00
parent dc4f412227
commit 50527cf0a3
4 changed files with 35 additions and 31 deletions

View File

@@ -91,8 +91,6 @@ class WaitlistInvite extends Command
$loginLink = route('auth.link', ['token' => $token]);
$mail = new MailMessage();
$mail->view('emails.waitlist-invitation', [
'email' => $this->next_patient->email,
'password' => $this->password,
'loginLink' => $loginLink,
]);
$mail->subject('Congratulations! You are invited to join Coolify Cloud.');