fix: password confirmation
This commit is contained in:
@@ -53,7 +53,7 @@ uZx9iFkCELtxrh31QJ68AAAAEXNhaWxANzZmZjY2ZDJlMmRkAQIDBA==
|
||||
}
|
||||
}
|
||||
public function welcome() {
|
||||
if (is_cloud()) {
|
||||
if (isCloud()) {
|
||||
return $this->setServerType('remote');
|
||||
}
|
||||
$this->currentState = 'select-server-type';
|
||||
|
||||
@@ -37,7 +37,7 @@ class Change extends Component
|
||||
|
||||
public function mount()
|
||||
{
|
||||
if (is_cloud() && !isDev()) {
|
||||
if (isCloud() && !isDev()) {
|
||||
$this->webhook_endpoint = config('app.url');
|
||||
} else {
|
||||
$this->webhook_endpoint = $this->ipv4;
|
||||
|
||||
Reference in New Issue
Block a user