Fix: Do not change localhost server name on revalidation

This commit is contained in:
peaklabs-dev 2024-09-10 17:43:16 +02:00
parent d378bb94be
commit 2c9491d81c
No known key found for this signature in database

View file

@ -377,7 +377,6 @@ public function saveAndValidateServer()
]);
$this->createdServer->update([
'name' => $this->remoteServerName,
'port' => $this->remoteServerPort,
'user' => $this->remoteServerUser,
'timezone' => 'UTC',