Skip to content

Commit

Permalink
Remove unused references
Browse files Browse the repository at this point in the history
  • Loading branch information
Baspa committed Aug 16, 2024
1 parent 5f96020 commit 8e75ca8
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/TwoFactorAuthServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -146,15 +146,6 @@ public function packageBooted(): void

protected function forceFortifyConfig(): void
{
/**
* This is the default Fortify configuration. These seem not to be used
* in the application. I will leave them here for reference.
*/
Fortify::createUsersUsing(CreateNewUser::class);
Fortify::updateUserProfileInformationUsing(UpdateUserProfileInformation::class);
Fortify::updateUserPasswordsUsing(UpdateUserPassword::class);
Fortify::resetUserPasswordsUsing(ResetUserPassword::class);

config([
'filament.auth.pages.login' => Login::class,
'fortify.views' => true,
Expand Down

0 comments on commit 8e75ca8

Please sign in to comment.