Update currentState in selectExistingServer method

This commit is contained in:
Andras Bacsai 2024-03-05 10:07:28 +01:00
parent 6027bee3b8
commit 0aa9b1735b

View File

@ -122,7 +122,7 @@ public function selectExistingServer()
} }
$this->selectedExistingPrivateKey = $this->createdServer->privateKey->id; $this->selectedExistingPrivateKey = $this->createdServer->privateKey->id;
$this->serverPublicKey = $this->createdServer->privateKey->publicKey(); $this->serverPublicKey = $this->createdServer->privateKey->publicKey();
$this->installServer(); $this->currentState = 'validate-server';
} }
public function getProxyType() public function getProxyType()
{ {