Skip to content

Commit d67c555

Browse files
add install command
1 parent 4fb920a commit d67c555

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

app/Console/Commands/ClientInstallCommand.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ public function handle(): void
2020

2121
$username = text(
2222
label: 'Your FluxUI username (email)',
23-
required: true,
24-
hint: 'This will be displayed on your profile.'
23+
required: true
2524
);
2625

2726
$userPassword = password(

0 commit comments

Comments
 (0)