Fix: Do not change localhost server name on revalidation
This commit is contained in:
parent
d378bb94be
commit
2c9491d81c
1 changed files with 0 additions and 1 deletions
|
|
@ -377,7 +377,6 @@ public function saveAndValidateServer()
|
|||
]);
|
||||
|
||||
$this->createdServer->update([
|
||||
'name' => $this->remoteServerName,
|
||||
'port' => $this->remoteServerPort,
|
||||
'user' => $this->remoteServerUser,
|
||||
'timezone' => 'UTC',
|
||||
|
|
|
|||
Loading…
Reference in a new issue