We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d538d2 commit b6e7ee0Copy full SHA for b6e7ee0
src/Commands/InitCommand.php
@@ -333,7 +333,7 @@ protected function fillCredentialsAndAccess(string $kebabName): void
333
{
334
$filePart = $this->loadReadmePart('CREDENTIALS_AND_ACCESS.md');
335
336
- if ($this->adminCredentials) {
+ if (!empty($this->adminCredentials)) {
337
$this->setReadmeValue($filePart, 'admin_email', $this->adminCredentials['email']);
338
$this->setReadmeValue($filePart, 'admin_password', $this->adminCredentials['password']);
339
}
0 commit comments