Skip to content

Commit a86919b

Browse files
authored
fix: remove additional prompt for name (#227)
1 parent 10e8622 commit a86919b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Commands/MakeUserCommand.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@ public function handle(): int
5959
$this->promptName();
6060
}
6161

62-
$this->promptName();
63-
6462
if (! $this->email) {
6563
$this->promptEmail();
6664
}

0 commit comments

Comments
 (0)