password reset

This commit is contained in:
2026-01-29 22:34:15 -05:00
parent 8dbf3c22b6
commit 96409973bf
4 changed files with 22 additions and 7 deletions

View File

@@ -20,7 +20,7 @@ use Symfony\Component\Console\Question\Question as QuestionInput;
#[AsCommand('user:add', 'Add a new user associated with an OAuth client')]
class Add extends Command
{
public function __invoke(ClimateOutput|ArgvInput|InputInterface $input, ClimateOutput $output): int
public function __invoke(ClimateOutput|ArgvInput|InputInterface $input, $output): int
{
$client = $this->askForClient($output, $input);
if (!$client) {