Skip to content

Commit

Permalink
Merge branch '10.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
crynobone committed Jul 4, 2024
2 parents d02cf7d + c4d1cc7 commit 1960428
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/Providers/NovaServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -238,12 +238,14 @@ protected function routes()
{
Nova::routes()
->withFortifyFeatures([
Features::updatePasswords(),
Features::emailVerification(),
Features::twoFactorAuthentication(['confirm' => true, 'confirmPassword' => true]),
])
->withAuthenticationRoutes()
// ->withoutAuthenticationRoutes()
->withPasswordResetRoutes()
// ->withoutPasswordResetRoutes()
->register(fortify: false);
}

Expand Down

0 comments on commit 1960428

Please sign in to comment.