add 'admin' to allowed paths for unsubscribed accounts

This commit is contained in:
Andras Bacsai
2024-12-16 13:00:29 +01:00
parent a0ad4bc90e
commit 62574941df

View File

@@ -69,6 +69,7 @@ function allowedPathsForUnsubscribedAccounts()
'logout',
'force-password-reset',
'livewire/update',
'admin',
];
}
function allowedPathsForBoardingAccounts()