Skip to content

Commit

Permalink
fix return of install command
Browse files Browse the repository at this point in the history
  • Loading branch information
3x1io committed Sep 6, 2023
1 parent 4f5885f commit 28317c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/TomatoRolesInstall.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public function handle(): void
$this->callSilent('optimize:clear');
$this->callSilent('migrate');
$this->yarnCommand(['build']);
$this->info('🍅 Try to login /admin/login with user admin@admin and password QTS@2022');
$this->info('🍅 Try to login /admin/login with user "admin@admin.com" and password "password"');
$this->info('🍅 Tomato Roles installed successfully.');
}
}

0 comments on commit 28317c5

Please sign in to comment.