Skip to content

Commit

Permalink
Updated questions
Browse files Browse the repository at this point in the history
  • Loading branch information
bechir committed Oct 3, 2021
1 parent 54dadb0 commit e59e937
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Maker/MakeAuthenticator.php
Original file line number Diff line number Diff line change
Expand Up @@ -199,17 +199,17 @@ function ($answer) {
$input->setArgument(
'support-remember-me',
$io->confirm(
'Do you want to support remember me functionnality?',
'Do you want to support remember me?',
true
)
);

if($input->getArgument('support-remember-me')) {
$command->addArgument('always-remember-me', InputArgument::REQUIRED);
$input->setArgument(
'always-remember-me',
$io->confirm(
'Do you want to always enable remember me?',
'Do you want remember me to be activated via a checkbox or always activated?',
false
)
);
Expand Down

0 comments on commit e59e937

Please sign in to comment.