small fix
This commit is contained in:
parent
ee14d5caf5
commit
e5e10ade72
2 changed files with 2 additions and 2 deletions
|
|
@ -39,7 +39,7 @@ public function handle()
|
|||
$this->remove_from_waitlist();
|
||||
$this->send_email();
|
||||
} else {
|
||||
$this->info('No one in the waitlist who is verified. 👀');
|
||||
$this->info('No verified user found in the waitlist. 👀');
|
||||
}
|
||||
}
|
||||
private function register_user()
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Congratulations!<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>
|
||||
Credentials:
|
||||
|
|
|
|||
Loading…
Reference in a new issue