commit
d6d16f3844
2 changed files with 1 additions and 5 deletions
|
|
@ -70,10 +70,6 @@ public function team()
|
|||
|
||||
public function isEnabled()
|
||||
{
|
||||
if (isCloud()) {
|
||||
return true;
|
||||
}
|
||||
|
||||
return $this->smtp_enabled || $this->resend_enabled || $this->use_instance_email_settings;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -83,7 +83,7 @@ public function toTelegram(): array
|
|||
'buttons' => [
|
||||
[
|
||||
'text' => 'Go to your dashboard',
|
||||
'url' => base_url(),
|
||||
'url' => isDev() ? 'https://staging-but-dev.coolify.io' : base_url(),
|
||||
],
|
||||
],
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in a new issue