Update currentState in selectExistingServer method
This commit is contained in:
parent
6027bee3b8
commit
0aa9b1735b
@ -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()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user