From 7e87b855294c93b1df0fde3e5f92eeac49b8f181 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Tue, 30 Apr 2024 21:24:27 +0200 Subject: [PATCH] Don't check csrf token on logout page --- bootstrap/app.php | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap/app.php b/bootstrap/app.php index 2219604d2..290ab140b 100644 --- a/bootstrap/app.php +++ b/bootstrap/app.php @@ -24,6 +24,7 @@ return Application::configure(basePath: dirname(__DIR__)) 'failed', 'admin/*', 'btcpay/webhook', + 'logout', ]); $middleware->append([