diff --git a/app/Providers/NovaServiceProvider.php b/app/Providers/NovaServiceProvider.php index 6ab529ad..3142fbae 100644 --- a/app/Providers/NovaServiceProvider.php +++ b/app/Providers/NovaServiceProvider.php @@ -245,6 +245,7 @@ protected function routes() ->withAuthenticationRoutes() // ->withoutAuthenticationRoutes() ->withPasswordResetRoutes() + // ->withoutPasswordResetRoutes() ->register(fortify: false); }