changing password prompt to be secret
This commit is contained in:
parent
0ff04a5ecd
commit
b11660329b
@ -40,7 +40,7 @@ class CreateUser extends Command
|
||||
|
||||
if (empty($password)) {
|
||||
// TODO: have a way to hide the input and do a confirm password input
|
||||
$password = $this->ask("Please provide a password");
|
||||
$password = $this->secret("Please provide a password");
|
||||
}
|
||||
|
||||
try {
|
||||
|
Loading…
x
Reference in New Issue
Block a user