From 5040ddea288b6bc94603a624c546511a186598c7 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Thu, 28 Sep 2023 13:46:53 +0200 Subject: [PATCH] fix: sentry 4502634789 --- app/Http/Livewire/Boarding/Index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Http/Livewire/Boarding/Index.php b/app/Http/Livewire/Boarding/Index.php index c1ec202cf..d124e6a89 100644 --- a/app/Http/Livewire/Boarding/Index.php +++ b/app/Http/Livewire/Boarding/Index.php @@ -129,6 +129,7 @@ uZx9iFkCELtxrh31QJ68AAAAEXNhaWxANzZmZjY2ZDJlMmRkAQIDBA== public function selectExistingPrivateKey() { $this->createdPrivateKey = PrivateKey::find($this->selectedExistingPrivateKey); + $this->privateKey = $this->createdPrivateKey->private_key; $this->currentState = 'create-server'; } public function createNewServer()