fix: sentry 4502634789

This commit is contained in:
Andras Bacsai 2023-09-28 13:46:53 +02:00
parent 1a04a57c01
commit 5040ddea28

View File

@ -129,6 +129,7 @@ public function getProxyType()
public function selectExistingPrivateKey()
{
$this->createdPrivateKey = PrivateKey::find($this->selectedExistingPrivateKey);
$this->privateKey = $this->createdPrivateKey->private_key;
$this->currentState = 'create-server';
}
public function createNewServer()