fix: sentry 4502634789
This commit is contained in:
parent
1a04a57c01
commit
5040ddea28
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user