Update build

This commit is contained in:
Marcel Pociot
2021-06-21 16:41:32 +02:00
parent 4163975022
commit 1a78982dcb
2 changed files with 1 additions and 1 deletions

View File

@@ -120,7 +120,7 @@ class Client
$this->logger->line('');
static::$subdomains[] = "{$httpProtocol}://{$data->subdomain}.{$host}";
static::$user = $data->user;
static::$user = $data->user ?? ['can_specify_subdomains' => 0];
$deferred->resolve($data);
});

Binary file not shown.