This commit is contained in:
2025-09-03 16:44:57 +02:00
parent 4072377548
commit cfabf3c9f5
2 changed files with 2 additions and 3 deletions

View File

@ -90,7 +90,6 @@ class LoginController
// ---- CHANGED: do NOT return fields/creds here ----
return $this->json($response, [
'status' => 'ready',
'ip' => $ip,
'name' => $name,
'message' => 'Container is ready',
]);