small fix
This commit is contained in:
parent
ee14d5caf5
commit
e5e10ade72
@ -39,7 +39,7 @@ class InviteFromWaitlist extends Command
|
|||||||
$this->remove_from_waitlist();
|
$this->remove_from_waitlist();
|
||||||
$this->send_email();
|
$this->send_email();
|
||||||
} else {
|
} else {
|
||||||
$this->info('No one in the waitlist who is verified. 👀');
|
$this->info('No verified user found in the waitlist. 👀');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
private function register_user()
|
private function register_user()
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Congratulations!<br>
|
Congratulations!<br>
|
||||||
<br>
|
<br>
|
||||||
You have been invited to join the Coolify Cloud: <a href="{{base_url()}}/login">Login here</a>
|
You have been invited to join the Coolify Cloud. <a href="{{base_url()}}/login">Login here</a>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
Credentials:
|
Credentials:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user