diff --git a/app/Livewire/Boarding/Index.php b/app/Livewire/Boarding/Index.php index 2b73957df..d68d88447 100644 --- a/app/Livewire/Boarding/Index.php +++ b/app/Livewire/Boarding/Index.php @@ -122,7 +122,7 @@ uZx9iFkCELtxrh31QJ68AAAAEXNhaWxANzZmZjY2ZDJlMmRkAQIDBA== } $this->selectedExistingPrivateKey = $this->createdServer->privateKey->id; $this->serverPublicKey = $this->createdServer->privateKey->publicKey(); - $this->installServer(); + $this->currentState = 'validate-server'; } public function getProxyType() {