Skip to content

Commit f137498

Browse files
committed
Make admin pass optional
1 parent 8ed20b6 commit f137498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Compute/v2/Api.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ public function rescueServer(): array
344344
'params' => [
345345
'id' => $this->params->urlId('server'),
346346
'imageId' => $this->params->rescueImageId(),
347-
'adminPass' => $this->params->password(),
347+
'adminPass' => $this->notRequired($this->params->password()),
348348
],
349349
];
350350
}

0 commit comments

Comments
 (0)