Skip to content

Commit

Permalink
fix: remove unneeded code
Browse files Browse the repository at this point in the history
  • Loading branch information
greatislander committed Nov 8, 2024
1 parent 47e8bf3 commit 258d64a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/Commands/HearthCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,15 +123,6 @@ public function handle()
);
}

// Enable two-factor authentication
if ($this->option('two-factor')) {
$this->replaceInFile(
"// Features::twoFactorAuthentication([ 'confirmPassword' => true ]),",
"Features::twoFactorAuthentication([ 'confirmPassword' => true ]),",
config_path('fortify.php')
);
}

$this->line('');
$this->info('Hearth scaffolding installed successfully.');
$this->comment('Please execute "npm install" to install and build your assets.');
Expand Down

0 comments on commit 258d64a

Please sign in to comment.