diff --git a/bootstrap/app.php b/bootstrap/app.php index e14599c..ac3bef4 100644 --- a/bootstrap/app.php +++ b/bootstrap/app.php @@ -27,10 +27,8 @@ return Application::configure(basePath: dirname(__DIR__)) ]); $middleware->appendToGroup('web', [ - \App\Http\Middleware\RedirectIfAuthenticated::class, \App\Http\Middleware\RefreshUserJwt::class, ]); - }) ->withExceptions(function (Exceptions $exceptions): void { //