You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$io->text('Will this app need to hash/check user passwords? Choose <comment>No</comment> if passwords are not needed or will be checked/hashed by some other system (e.g. a single sign-on server).');
106
-
$userWillHavePassword = $io->confirm('Do this app need to hash/check user passwords?');
106
+
$userWillHavePassword = $io->confirm('Does this app need to hash/check user passwords?');
0 commit comments