From 62574941df3e2949af837d728b57e7da8358f794 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Mon, 16 Dec 2024 13:00:29 +0100 Subject: [PATCH] add 'admin' to allowed paths for unsubscribed accounts --- bootstrap/helpers/subscriptions.php | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap/helpers/subscriptions.php b/bootstrap/helpers/subscriptions.php index ab9ee9b9d..510516a2f 100644 --- a/bootstrap/helpers/subscriptions.php +++ b/bootstrap/helpers/subscriptions.php @@ -69,6 +69,7 @@ function allowedPathsForUnsubscribedAccounts() 'logout', 'force-password-reset', 'livewire/update', + 'admin', ]; } function allowedPathsForBoardingAccounts()